-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsservices CpuUsageService
BigMakCode edited this page Aug 5, 2024
·
1 revision
CPU usage service.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Services
EasyExtensions.Services.CpuUsageService[[CpuUsageService]]
end
Returns | Name |
---|---|
UsageReport |
GetUsage ()Gets the usage report. |
CPU usage service.
public CpuUsageService()
Creates a new instance of CpuUsageService and starts the stopwatch.
public UsageReport GetUsage()
Gets the usage report.
Usage report.
Generated with ModularDoc