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

Method Data

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

Source from the content-addressed store, hash-verified

102private:
103 struct Data {
104 Data() = default;
105 std::atomic_flag lock = ATOMIC_FLAG_INIT;
106 Time start;
107 Option<double> lastValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected