mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-09 19:44:40 +00:00
test
This commit is contained in:
parent
976a4c3534
commit
766ec7862b
4 changed files with 27 additions and 1 deletions
7
common/profiler.cpp
Normal file
7
common/profiler.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "profiler.h"
|
||||
|
||||
namespace profiler {
|
||||
unsigned int get_cpu_core_count() {
|
||||
return 4;
|
||||
}
|
||||
} // namespace profiler
|
Loading…
Add table
Add a link
Reference in a new issue