MCPcopy Create free account
hub / github.com/apache/impala / ir_generation_timer

Method ir_generation_timer

be/src/codegen/llvm-codegen.h:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186 RuntimeProfile* runtime_profile() { return profile_; }
187 RuntimeProfile::Counter* ir_generation_timer() { return ir_generation_timer_; }
188 RuntimeProfile::Counter* main_thread_timer() { return main_thread_timer_; }
189 RuntimeProfile::ThreadCounters* llvm_thread_counters() { return llvm_thread_counters_; }
190

Callers 1

CodegenHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected