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

Function TEST

src/test/common/test_ceph_timer.cc:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164TEST(RunSome, Steady)
165{
166 run_some<std::chrono::steady_clock>();
167}
168TEST(RunSome, Wall)
169{
170 run_some<std::chrono::system_clock>();

Callers

nothing calls this directly

Calls 3

make_timespanFunction · 0.85
nowFunction · 0.50
add_eventMethod · 0.45

Tested by

no test coverage detected