1#ifndef FRAMEWORK_PERFORMANCE_TRACKER
2#define FRAMEWORK_PERFORMANCE_TRACKER
9#include "Framework/Performance/Callback.h"
10#include "Framework/Performance/Timer.h"
12namespace framework::performance {
28 Tracker(TDirectory *storage_directory,
const std::vector<std::string> &names);
39 void start(Callback cb, std::size_t i_proc);
41 void stop(Callback cb, std::size_t i_proc);
52 static const std::string
ALL;