Craig's Utility Library  4.0 Beta
Utilities.Profiler.Manager.Interfaces.IResultEntry Interface Reference

Profiler result entry interface More...

Inheritance diagram for Utilities.Profiler.Manager.Interfaces.IResultEntry:
Utilities.Profiler.Manager.Default.Entry

Properties

float CPUUsage [get]
 Gets the cpu usage (percentage) More...
 
float Memory [get]
 Gets the memory. (in MB) More...
 
double Time [get]
 Total time that the profiler has taken (in milliseconds) More...
 

Detailed Description

Profiler result entry interface

Definition at line 27 of file IResultEntry.cs.

Property Documentation

float Utilities.Profiler.Manager.Interfaces.IResultEntry.CPUUsage
get

Gets the cpu usage (percentage)

The cpu usage.

Definition at line 33 of file IResultEntry.cs.

float Utilities.Profiler.Manager.Interfaces.IResultEntry.Memory
get

Gets the memory. (in MB)

The memory.

Definition at line 39 of file IResultEntry.cs.

double Utilities.Profiler.Manager.Interfaces.IResultEntry.Time
get

Total time that the profiler has taken (in milliseconds)

The time.

Definition at line 45 of file IResultEntry.cs.


The documentation for this interface was generated from the following file: