|
KiCad PCB EDA Suite
|
Classes | |
| class | STEP_LOGGER |
Typedefs | |
| using | clock = std::chrono::steady_clock |
| using | ms = std::chrono::duration<double, std::milli> |
Functions | |
| void | Start () |
| double | TotalMs () |
| void | LogRaw (const char *aStep, double aStepMs, double aTotalMs, const wxString &aExtra=wxEmptyString) |
Variables | |
| clock::time_point | g_start_time |
| bool | g_started = false |
| bool | g_firstRun = true |
| using SYM_CHOOSER_TIMING::clock = std::chrono::steady_clock |
Definition at line 22 of file symbol_chooser_timing.h.
| using SYM_CHOOSER_TIMING::ms = std::chrono::duration<double, std::milli> |
Definition at line 23 of file symbol_chooser_timing.h.
|
inline |
Definition at line 69 of file symbol_chooser_timing.h.
References g_firstRun, and KI_TRACE.
|
inline |
Definition at line 29 of file symbol_chooser_timing.h.
References g_start_time, and g_started.
|
inline |
Definition at line 35 of file symbol_chooser_timing.h.
References g_start_time, and g_started.
|
inline |
Definition at line 27 of file symbol_chooser_timing.h.
Referenced by SYM_CHOOSER_TIMING::STEP_LOGGER::Log(), and LogRaw().
|
inline |
Definition at line 25 of file symbol_chooser_timing.h.
Referenced by SYM_CHOOSER_TIMING::STEP_LOGGER::Log(), Start(), SYM_CHOOSER_TIMING::STEP_LOGGER::STEP_LOGGER(), and TotalMs().
|
inline |
Definition at line 26 of file symbol_chooser_timing.h.
Referenced by SYM_CHOOSER_TIMING::STEP_LOGGER::Log(), Start(), SYM_CHOOSER_TIMING::STEP_LOGGER::STEP_LOGGER(), and TotalMs().