mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 09:05:38 -04:00
performance_tests: better stats, and keep track of timing history
This commit is contained in:
parent
4a0e4c7d70
commit
1eef056588
8 changed files with 638 additions and 62 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
void resume();
|
||||
void reset();
|
||||
uint64_t value() const;
|
||||
operator uint64_t() const { return value(); }
|
||||
|
||||
protected:
|
||||
uint64_t ticks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue