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

Function StopSynchronizationProfiling

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

Source from the content-addressed store, hash-verified

293}
294
295void StopSynchronizationProfiling() {
296 InitSpinLockContentionProfiling();
297 CHECK_GE(base::subtle::Barrier_AtomicIncrement(&g_profiling_enabled, -1), 0);
298}
299
300} // namespace kudu
301

Callers 1

TEST_FFunction · 0.85

Calls 2

Barrier_AtomicIncrementFunction · 0.85

Tested by 1

TEST_FFunction · 0.68