Home
last modified time | relevance | path

Searched refs:UpdateCPUTime (Results 1 – 3 of 3) sorted by relevance

/haiku/src/bin/debug/profile/
H A DThread.h69 void UpdateCPUTime(bigtime_t time);
H A DThread.cpp232 Thread::UpdateCPUTime(bigtime_t time) in UpdateCPUTime() function in Thread
H A Dprofile.cpp594 thread->UpdateCPUTime(event->cpu_time); in process_event_buffer()
782 thread->UpdateCPUTime(threadInfo.kernel_time + threadInfo.user_time); in profile_all()
938 thread->UpdateCPUTime(message.profiler_update.last_cpu_time); in profile_single()