Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-stat.c602 int tts = *time_to_sleep; in compute_tts() local
607 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()
610 if (tts < 0) in compute_tts()
611 tts = 0; in compute_tts()
613 *time_to_sleep = tts; in compute_tts()