|
KiCad PCB EDA Suite
|
#include <profile.h>
Public Attributes | |
| std::string | name |
| TIME_POINT | timestamp |
| bool | isTimer = false |
| double | timerDelta = 0 |
| bool LATENCY_PROBE::CHECKPOINT::isTimer = false |
Definition at line 308 of file profile.h.
Referenced by LATENCY_PROBE::AddTimer().
| std::string LATENCY_PROBE::CHECKPOINT::name |
Definition at line 306 of file profile.h.
Referenced by LATENCY_PROBE::AddTimer(), and LATENCY_PROBE::Checkpoint().
| double LATENCY_PROBE::CHECKPOINT::timerDelta = 0 |
Definition at line 309 of file profile.h.
Referenced by LATENCY_PROBE::AddTimer().
| TIME_POINT LATENCY_PROBE::CHECKPOINT::timestamp |
Definition at line 307 of file profile.h.
Referenced by LATENCY_PROBE::Checkpoint().