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

Function FS2

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

Source from the content-addressed store, hash-verified

108}
109
110Y_NO_INLINE size_t FS2(const TStringBuf& x) {
111 return x.size();
112}
113
114Y_NO_INLINE size_t FS2_2(const TStringBuf& x, const TStringBuf& y) {
115 return x.size() + y.size();

Callers 1

Y_CPU_BENCHMARKFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected