MCPcopy Create free account
hub / github.com/ceph/ceph / to_string

Function to_string

src/test/common/test_time.cc:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202namespace {
203 template<typename Rep, typename Period>
204 std::string to_string(const chrono::duration<Rep, Period>& t)
205 {
206 std::ostringstream ss;
207 ss << t;
208 return ss.str();
209 }
210
211 void float_format_eq(string_view lhs,
212 string_view rhs,

Callers 10

TEST_FFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.50
test_enqueueMethod · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
test_configFunction · 0.50
TEST_PFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

strMethod · 0.45

Tested by

no test coverage detected