This commit is contained in:
Lizonghang 2024-11-05 17:22:24 +04:00
parent 976a4c3534
commit 766ec7862b
4 changed files with 27 additions and 1 deletions

7
common/profiler.cpp Normal file
View file

@ -0,0 +1,7 @@
#include "profiler.h"
namespace profiler {
unsigned int get_cpu_core_count() {
return 4;
}
} // namespace profiler