Configure / disable PRINTCOUNTER save interval (#20856)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
ConstantijnCrijnen
2021-01-26 09:30:31 +01:00
committed by Scott Lahteine
parent 918894fd84
commit cdefc19129
7 changed files with 50 additions and 26 deletions

View File

@@ -56,6 +56,7 @@ class Stopwatch {
* @return true on success
*/
static bool stop();
static inline bool abort() { return stop(); } // Alias by default
/**
* @brief Pause the stopwatch