Searched refs:Profiler (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp21 static Profiler* sProfiler;
26 Profiler::Profiler() function in class:Profiler
56 Profiler::EnterFunction(int32 cpu, const char* functionName)
81 Profiler::ExitFunction(int32 cpu, const char* functionName)
110 Profiler::DumpCalled(uint32 maxCount)
124 Profiler::DumpTimeInclusive(uint32 maxCount)
138 Profiler::DumpTimeExclusive(uint32 maxCount)
152 Profiler::DumpTimeInclusivePerCall(uint32 maxCount)
166 Profiler
[all...]
H A Dscheduler_profiler.h27 class Profiler { class in namespace:Scheduler::Profiling
29 Profiler();
42 static Profiler* Get();
103 Profiler::Get()->EnterFunction(smp_get_current_cpu(), fFunctionName);
117 Profiler::Get()->ExitFunction(smp_get_current_cpu(), fFunctionName);
H A Dscheduler.cpp717 Profiling::Profiler::Initialize();

Completed in 91 milliseconds