blinktree: Readded Chronometer to get performance measurements back.

This commit is contained in:
Michael Mueller
2022-08-10 16:31:21 +02:00
parent 9320380efd
commit a91c4bc8ae

View File

@@ -4,7 +4,7 @@
#include "request_scheduler.h"
#include <array>
#include <atomic>
//#include <benchmark/chronometer.h>
#include <benchmark/chronometer.h>
#include <benchmark/cores.h>
#include <benchmark/workload.h>
#include <cstdint>
@@ -94,7 +94,7 @@ private:
alignas(64) std::vector<RequestSchedulerTask *> _request_scheduler;
// Chronometer for starting/stopping time and performance counter.
//alignas(64) benchmark::Chronometer<std::uint16_t> _chronometer;
alignas(64) benchmark::Chronometer<std::uint16_t> _chronometer;
/**
* @return Name of the file to write profiling results to.