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

Method llvm_thread_counters

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

Source from the content-addressed store, hash-verified

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
191 /// Turns on/off optimization passes
192 void EnableOptimizations(bool enable);

Callers 3

CodegenHelperMethod · 0.80
CreateFromFileMethod · 0.80
CreateFromMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected