HyperPlatform Programmer's Reference
Public Attributes | List of all members
PerfCollector::PerfDataEntry Struct 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...
 

Detailed Description

Represents performance data for each location.

Definition at line 198 of file perf_counter.h.

Member Data Documentation

◆ key

const char* PerfCollector::PerfDataEntry::key

Identifies a subject matter location.

Definition at line 199 of file perf_counter.h.

◆ total_elapsed_time

ULONG64 PerfCollector::PerfDataEntry::total_elapsed_time

An accumulated elapsed time.

Definition at line 201 of file perf_counter.h.

◆ total_execution_count

ULONG64 PerfCollector::PerfDataEntry::total_execution_count

How many times executed.

Definition at line 200 of file perf_counter.h.


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