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

7 lines
No EOL
119 B
C++

#include "profiler.h"
namespace profiler {
unsigned int get_cpu_core_count() {
return 4;
}
} // namespace profiler