Skip to content

easyextensionsservices CpuUsageService

BigMakCode edited this page Aug 5, 2024 · 1 revision

CpuUsageService Public class

Description

CPU usage service.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions.Services
  EasyExtensions.Services.CpuUsageService[[CpuUsageService]]
  end
Loading

Members

Methods

Public methods

Returns Name
UsageReport GetUsage()
Gets the usage report.

Details

Summary

CPU usage service.

Constructors

CpuUsageService

public CpuUsageService()
Summary

Creates a new instance of CpuUsageService and starts the stopwatch.

Methods

GetUsage

public UsageReport GetUsage()
Summary

Gets the usage report.

Returns

Usage report.

Generated with ModularDoc

Clone this wiki locally