Home | History | Annotate | Download | only in src

Lines Matching full:ms_creategraph

278   double ms_creategraph = time_taken_to_create_graph_.InMillisecondsF();
284 PrintF(" - took %0.3f, %0.3f, %0.3f ms]\n", ms_creategraph, ms_optimize,
292 compilation_time += (ms_creategraph + ms_optimize + ms_codegen);