Home
last modified time | relevance | path

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); in EnterFunction()
115 &_CompareFunctions<uint32, &FunctionData::fCalled>); in DumpCalled()
226 " %8" B_PRId64 " %s\n", function->fCalled, in _Dump()
228 function->fTimeInclusive / function->fCalled, in _Dump()
230 function->fTimeExclusive / function->fCalled, function->fFunction); in _Dump()
281 Type valueA = a->*Member / a->fCalled; in _CompareFunctionsPerCall()
282 Type valueB = b->*Member / b->fCalled; in _CompareFunctionsPerCall()
H A Dscheduler_profiler.h49 uint32 fCalled; member