mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-16 06:19:40 +00:00
8 lines
No EOL
144 B
C++
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
|