KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | SYM_CHOOSER_TIMING::STEP_LOGGER |
Namespaces | |
namespace | SYM_CHOOSER_TIMING |
Typedefs | |
using | SYM_CHOOSER_TIMING::clock = std::chrono::steady_clock |
using | SYM_CHOOSER_TIMING::ms = std::chrono::duration<double, std::milli> |
Functions | |
void | SYM_CHOOSER_TIMING::Start () |
double | SYM_CHOOSER_TIMING::TotalMs () |
void | SYM_CHOOSER_TIMING::LogRaw (const char *aStep, double aStepMs, double aTotalMs, const wxString &aExtra=wxEmptyString) |
Variables | |
clock::time_point | SYM_CHOOSER_TIMING::g_start_time |
bool | SYM_CHOOSER_TIMING::g_started = false |
bool | SYM_CHOOSER_TIMING::g_firstRun = true |