Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
void StopSynchronizationProfiling() {
296
InitSpinLockContentionProfiling();
297
CHECK_GE(base::subtle::Barrier_AtomicIncrement(&g_profiling_enabled, -1), 0);
298
}
299
300
} // namespace kudu
301
Callers
1
TEST_F
Function · 0.85
Calls
2
InitSpinLockContentionProfiling
Function · 0.85
Barrier_AtomicIncrement
Function · 0.85
Tested by
1
TEST_F
Function · 0.68