Searched refs:ClockTicksToTimeDelta (Results 1 – 4 of 4) sorted by relevance
22 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks); in CreationTime()
212 return ClockTicksToTimeDelta(user + nice); in GetUserCpuTimeSinceBoot()215 TimeDelta ClockTicksToTimeDelta(int clock_ticks) { in ClockTicksToTimeDelta() function
95 TimeDelta ClockTicksToTimeDelta(int clock_ticks);
202 return internal::ClockTicksToTimeDelta(GetProcessCPU(process_)); in GetCumulativeCPUUsage()