MCPcopy Create free account
hub / github.com/catboost/catboost / FS1

Function FS1

library/cpp/testing/benchmark/examples/main.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102Y_NO_INLINE size_t FS1(TStringBuf x) {
103 return x.size();
104}
105
106Y_NO_INLINE size_t FS1_2(TStringBuf x, TStringBuf y) {
107 return x.size() + y.size();

Callers 1

Y_CPU_BENCHMARKFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected