Searched refs:total_time_ (Results 1 – 2 of 2) sorted by relevance
238 total_time_ += zx_ticks_get() - start; in ReadData()315 printf("Time reading bytes AND decompressing them: %lu (%lu s)\n", total_time_, in PrintStats()316 total_time_ / zx_ticks_per_second()); in PrintStats()
125 zx_ticks_t total_time_ = 0; variable
Completed in 3 milliseconds