Craig's Utility Library  4.0 Beta
Utilities.Profiler.Manager.Default.Entry Class Reference

Individual data entry More...

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

Public Member Functions

 Entry (double time, float memory, float cpuUsage)
 Initializes a new instance of the Entry class. More...
 

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...
 
- Properties inherited from Utilities.Profiler.Manager.Interfaces.IResultEntry
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

Individual data entry

Definition at line 29 of file Entry.cs.

Constructor & Destructor Documentation

Utilities.Profiler.Manager.Default.Entry.Entry ( double  time,
float  memory,
float  cpuUsage 
)

Initializes a new instance of the Entry class.

Parameters
timeThe time.
memoryThe memory.
cpuUsageThe cpu usage.

Definition at line 37 of file Entry.cs.

Property Documentation

float Utilities.Profiler.Manager.Default.Entry.CPUUsage
get

Gets the cpu usage (percentage)

The cpu usage.

Definition at line 48 of file Entry.cs.

float Utilities.Profiler.Manager.Default.Entry.Memory
get

Gets the memory. (in MB)

The memory.

Definition at line 54 of file Entry.cs.

double Utilities.Profiler.Manager.Default.Entry.Time
get

Total time that the profiler has taken (in milliseconds)

The time.

Definition at line 60 of file Entry.cs.


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