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