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

/haiku/headers/private/system/
H A Dscheduler_defs.h18 bigtime_t total_run_time; member in struct:scheduling_analysis_thread
/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp36 return a->total_run_time > b->total_run_time;
227 printf(" run time: %lld us (%lld runs)\n", thread->total_run_time,
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp83 total_run_time = 0;
691 thread->total_run_time += diffTime;
703 thread->total_run_time += diffTime;
779 thread->total_run_time += diffTime;

Completed in 42 milliseconds