![]() |
P4C
The P4 Compiler
|
| uint64_t P4::Util::TimerEntry::invocations |
Number of invocations.
| size_t P4::Util::TimerEntry::milliseconds |
Total duration in milliseconds.
| float P4::Util::TimerEntry::relativeToParent |
Portion of this timer's name relative to the parent timer.
| std::string P4::Util::TimerEntry::timerName |
Counter name. If a timer "Y" was invoked inside timer "X", its timer name is "X.Y".