-
Martin Christoph Hierholzer authoredMartin Christoph Hierholzer authored
Profiler.cc 182 B
#include "Profiler.h"
namespace ChimeraTK {
std::list<Profiler::ThreadData*> Profiler::threadDataList;
std::mutex Profiler::threadDataList_mutex;
} /* namespace ChimeraTK */