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

Function StartThreadInstrumentation

be/src/util/thread.cc:515–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515Status StartThreadInstrumentation(MetricGroup* metrics, Webserver* webserver,
516 bool include_jvm_threads) {
517 DCHECK(metrics != nullptr);
518 DCHECK(webserver != nullptr);
519 RETURN_IF_ERROR(thread_manager->StartInstrumentation(metrics));
520 RegisterUrlCallbacks(include_jvm_threads, webserver);
521 return Status::OK();
522}
523
524}

Callers 2

ImpaladMainFunction · 0.50
InitMethod · 0.50

Calls 3

RegisterUrlCallbacksFunction · 0.85
OKFunction · 0.85
StartInstrumentationMethod · 0.45

Tested by

no test coverage detected