Fixes #3809 and adds several improvements to the Stopwatch and
PrintCounter classes
This commit is contained in:
parent
61de6daf1d
commit
8c0edb2de4
4 changed files with 64 additions and 43 deletions
|
|
@ -138,8 +138,8 @@ class PrintCounter: public Stopwatch {
|
|||
/**
|
||||
* The following functions are being overridden
|
||||
*/
|
||||
void start();
|
||||
void stop();
|
||||
bool start();
|
||||
bool stop();
|
||||
void reset();
|
||||
|
||||
#if ENABLED(DEBUG_PRINTCOUNTER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue