Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abc-Arbitrage/Disruptor-cpp
/ DurationPrinter
Class
DurationPrinter
Disruptor.TestTools/LatencyRecorder.cpp:12–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
{
11
12
struct DurationPrinter
13
{
14
explicit DurationPrinter(std::int64_t nanoseconds)
15
: value(nanoseconds)
16
{
17
}
18
19
std::int64_t value;
20
};
21
22
std::ostream& operator<<(std::ostream& stream, const DurationPrinter& printer)
23
{
Callers
1
writeReport
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected