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

Function TEST_P

be/src/codegen/llvm-codegen-test.cc:715–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713};
714
715TEST_P(LlvmOptTest, OptFunction) {
716 scoped_ptr<LlvmCodeGen> codegen;
717 LoadTestOpt(codegen);
718 VerifyCounters(codegen.get(), std::get<1>(GetParam()));
719 codegen->Close();
720}
721
722TEST_P(LlvmOptTest, CachedOptFunction) {
723 TCodeGenOptLevel::type opt_level = std::get<0>(GetParam());

Callers

nothing calls this directly

Calls 5

getMethod · 0.65
resetMethod · 0.65
CloseMethod · 0.45
GetValueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected