|
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 312 of file profile.h.
Referenced by LATENCY_PROBE::AddTimer().
| std::string LATENCY_PROBE::CHECKPOINT::name |
Definition at line 310 of file profile.h.
Referenced by LATENCY_PROBE::AddTimer(), and LATENCY_PROBE::Checkpoint().
| double LATENCY_PROBE::CHECKPOINT::timerDelta = 0 |
Definition at line 313 of file profile.h.
Referenced by LATENCY_PROBE::AddTimer().
| TIME_POINT LATENCY_PROBE::CHECKPOINT::timestamp |
Definition at line 311 of file profile.h.
Referenced by LATENCY_PROBE::Checkpoint().