Skip to content
Snippets Groups Projects
Profiler.cc 182 B
Newer Older
#include "Profiler.h"

namespace ChimeraTK {
  std::list<Profiler::ThreadData*> Profiler::threadDataList;
  std::mutex Profiler::threadDataList_mutex;