Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FS2_2
Function
FS2_2
library/cpp/testing/benchmark/examples/main.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
Y_NO_INLINE size_t FS2_2(const TStringBuf& x, const TStringBuf& y) {
115
return x.size() + y.size();
116
}
117
118
Y_CPU_BENCHMARK(FunctionCallCost_StringBufVal1, iface) {
119
TStringBuf x;
Callers
1
Y_CPU_BENCHMARK
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected