Searched refs:CPU_PROFILER (Results 1 – 2 of 2) sorted by relevance
90 enum class PUBLIC_API ProfilerType : uint8_t { CPU_PROFILER, HEAP_PROFILER }; enumerator95 ProfilerType profilerType = ProfilerType::CPU_PROFILER;
561 if (option.profilerType == ProfilerType::CPU_PROFILER) { in StartProfiler()