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

Function StartSynchronizationProfiling

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

Source from the content-addressed store, hash-verified

283}
284
285void StartSynchronizationProfiling() {
286 InitSpinLockContentionProfiling();
287 base::subtle::Barrier_AtomicIncrement(&g_profiling_enabled, 1);
288}
289
290void FlushSynchronizationProfile(std::ostringstream* out,
291 int64_t* drop_count) {

Callers 1

TEST_FFunction · 0.85

Calls 2

Barrier_AtomicIncrementFunction · 0.85

Tested by 1

TEST_FFunction · 0.68