mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-07 05:00:38 +00:00
7 lines
No EOL
119 B
C++
7 lines
No EOL
119 B
C++
#include "profiler.h"
|
|
|
|
namespace profiler {
|
|
unsigned int get_cpu_core_count() {
|
|
return 4;
|
|
}
|
|
} // namespace profiler
|