Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Clobber
Function
Clobber
library/cpp/testing/benchmark/bench.h:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
#if defined(__GNUC__)
44
Y_FORCE_INLINE void Clobber() {
45
asm volatile(
""
46
:
47
:
48
:
"memory"
);
49
}
50
#elif defined(_MSC_VER)
51
Y_FORCE_INLINE void Clobber() {
52
_ReadWriteBarrier();
Callers
5
BenchEncode
Function · 0.85
BenchEncodeUrl
Function · 0.85
BenchDecode
Function · 0.85
Y_CPU_BENCHMARK
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected