Home
last modified time | relevance | path

Searched defs:prof_timer (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbase.rs67 let prof_timer = tcx.prof.generic_activity("codegen_module"); in compile_codegen_unit() localVariable
/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dplumbing.rs480 let prof_timer = qcx.dep_context().profiler().query_provider(); in execute_job_non_incr() localVariable
523 let prof_timer = qcx.dep_context().profiler().query_provider(); in execute_job_incr() localVariable
631 let prof_timer = qcx.dep_context().profiler().query_provider(); in try_load_from_disk_and_cache_in_memory() localVariable
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dplumbing.rs402 let prof_timer = tcx.prof.incr_cache_loading(); in try_load_from_disk() localVariable