Searched refs:fCalled (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp63 atomic_add((int32*)&function->fCalled, 1);
115 &_CompareFunctions<uint32, &FunctionData::fCalled>);
226 " %8" B_PRId64 " %s\n", function->fCalled,
228 function->fTimeInclusive / function->fCalled,
230 function->fTimeExclusive / function->fCalled, function->fFunction);
281 Type valueA = a->*Member / a->fCalled;
282 Type valueB = b->*Member / b->fCalled;
H A Dscheduler_profiler.h49 uint32 fCalled; member in struct:Scheduler::Profiling::Profiler::FunctionData

Completed in 33 milliseconds