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

Function InitSpinLockContentionProfiling

be/src/kudu/util/spinlock_profiling.cc:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263} // anonymous namespace
264
265void InitSpinLockContentionProfiling() {
266 static GoogleOnceType once = GOOGLE_ONCE_INIT;
267 GoogleOnceInit(&once, DoInit);
268}
269
270
271void RegisterSpinLockContentionMetrics(const scoped_refptr<MetricEntity>& entity) {

Callers 4

SetUpMethod · 0.85

Calls 1

GoogleOnceInitFunction · 0.85

Tested by 1

SetUpMethod · 0.68