Use AtomicTimer for metrics screen thread count

This commit is contained in:
Jack Grigg
2017-02-14 22:06:35 +00:00
parent 2854c4e366
commit 0d0265fd11
2 changed files with 10 additions and 9 deletions

View File

@@ -49,6 +49,8 @@ public:
bool running();
uint64_t threadCount();
double rate(const AtomicCounter& count);
};