HyperPlatform Programmer's Reference
|
Represents performance data for each location. More...
Public Attributes | |
const char * | key |
Identifies a subject matter location. More... | |
ULONG64 | total_execution_count |
How many times executed. More... | |
ULONG64 | total_elapsed_time |
An accumulated elapsed time. More... | |
Represents performance data for each location.
Definition at line 198 of file perf_counter.h.
const char* PerfCollector::PerfDataEntry::key |
Identifies a subject matter location.
Definition at line 199 of file perf_counter.h.
ULONG64 PerfCollector::PerfDataEntry::total_elapsed_time |
An accumulated elapsed time.
Definition at line 201 of file perf_counter.h.
ULONG64 PerfCollector::PerfDataEntry::total_execution_count |
How many times executed.
Definition at line 200 of file perf_counter.h.