P4C
The P4 Compiler
Loading...
Searching...
No Matches
Util::TimerEntry Struct Reference

Public Attributes

size_t milliseconds
 Total duration in milliseconds.
 
float relativeToParent
 Portion of this timer's name relative to the parent timer.
 
std::string timerName
 Counter name. If a timer "Y" was invoked inside timer "X", its timer name is "X.Y".
 

Member Data Documentation

◆ milliseconds

size_t Util::TimerEntry::milliseconds

Total duration in milliseconds.

◆ relativeToParent

float Util::TimerEntry::relativeToParent

Portion of this timer's name relative to the parent timer.

◆ timerName

std::string Util::TimerEntry::timerName

Counter name. If a timer "Y" was invoked inside timer "X", its timer name is "X.Y".