mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
blinktree: Readded Chronometer to get performance measurements back.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include "request_scheduler.h"
|
#include "request_scheduler.h"
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
//#include <benchmark/chronometer.h>
|
#include <benchmark/chronometer.h>
|
||||||
#include <benchmark/cores.h>
|
#include <benchmark/cores.h>
|
||||||
#include <benchmark/workload.h>
|
#include <benchmark/workload.h>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
@@ -94,7 +94,7 @@ private:
|
|||||||
alignas(64) std::vector<RequestSchedulerTask *> _request_scheduler;
|
alignas(64) std::vector<RequestSchedulerTask *> _request_scheduler;
|
||||||
|
|
||||||
// Chronometer for starting/stopping time and performance counter.
|
// 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.
|
* @return Name of the file to write profiling results to.
|
||||||
|
|||||||
Reference in New Issue
Block a user