MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / getTimestamp

Method getTimestamp

Disruptor.TestTools/Stopwatch.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 std::int64_t Stopwatch::getTimestamp()
65 {
66 return static_cast< std::int64_t >(ClockConfig::Clock::now().time_since_epoch().count());
67 }
68
69 void Stopwatch::stop()
70 {

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected