MCPcopy 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

BenchEncodeFunction · 0.85
BenchEncodeUrlFunction · 0.85
BenchDecodeFunction · 0.85
Y_CPU_BENCHMARKFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected