Searched refs:cumulative_compile_time_us (Results 1 – 2 of 2) sorted by relevance
352 it->second.cumulative_compile_time_us += compile_time_us; in CompileImpl()356 << " us, cumulative: " << it->second.cumulative_compile_time_us in CompileImpl()362 it->second.cumulative_compile_time_us / 1.0e6) in CompileImpl()
174 int64 cumulative_compile_time_us = 0; member