performance_tests: better stats, and keep track of timing history

This commit is contained in:
moneromooo-monero 2018-12-28 12:38:46 +00:00
parent 4a0e4c7d70
commit 1eef056588
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
8 changed files with 638 additions and 62 deletions

View file

@ -53,6 +53,7 @@ public:
void resume();
void reset();
uint64_t value() const;
operator uint64_t() const { return value(); }
protected:
uint64_t ticks;