prima.cpp/common/profiler.h
Lizonghang 766ec7862b test
2024-11-05 17:22:24 +04:00

8 lines
No EOL
144 B
C++

#ifndef PROFILER_H
#define PROFILER_H
namespace profiler {
unsigned int get_cpu_core_count();
} // namespace profiler
#endif // PROFILER_H