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

/system/extras/taskstats/
H A Dtaskstats.c243 const double ms_per_ns = 1e6; local
246 s->cpu_delay_total / ms_per_ns,
248 s->cpu_run_real_total / ms_per_ns,
249 s->cpu_scaled_run_real_total / ms_per_ns,
250 s->cpu_run_virtual_total / ms_per_ns);
253 s->blkio_delay_total / ms_per_ns,
257 s->swapin_delay_total / ms_per_ns,
261 s->freepages_delay_total / ms_per_ns,

Completed in 20 milliseconds