summaryrefslogtreecommitdiffstats
path: root/include/utils/StopWatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/StopWatch.h')
-rw-r--r--include/utils/StopWatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils/StopWatch.h b/include/utils/StopWatch.h
index cc0bebc..693dd3c 100644
--- a/include/utils/StopWatch.h
+++ b/include/utils/StopWatch.h
@@ -37,6 +37,8 @@ public:
const char* name() const;
nsecs_t lap();
nsecs_t elapsedTime() const;
+
+ void reset();
private:
const char* mName;