MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Data

Class Data

include/process/metrics/timer.hpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102private:
103 struct Data {
104 Data() = default;
105 std::atomic_flag lock = ATOMIC_FLAG_INIT;
106 Time start;
107 Option<double> lastValue;
108 };
109
110 static void _time(Time start, Timer that)
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected