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

Function StartThreadInstrumentation

be/src/kudu/util/thread.cc:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490Status StartThreadInstrumentation(const scoped_refptr<MetricEntity>& server_metrics,
491 WebCallbackRegistry* web) {
492 GoogleOnceInit(&once, &InitThreading);
493 return thread_manager->StartInstrumentation(server_metrics, web);
494}
495
496ThreadJoiner::ThreadJoiner(Thread* thr)
497 : thread_(CHECK_NOTNULL(thr)),

Callers

nothing calls this directly

Calls 2

GoogleOnceInitFunction · 0.85
StartInstrumentationMethod · 0.45

Tested by

no test coverage detected