UpdateCPUTime
void UpdateCPUTime(bigtime_t time);
thread->UpdateCPUTime(event->cpu_time);
thread->UpdateCPUTime(threadInfo.kernel_time + threadInfo.user_time);
thread->UpdateCPUTime(message.profiler_update.last_cpu_time);