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

Method secs

include/process/time.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 Duration duration() const { return sinceEpoch; }
37
38 double secs() const { return sinceEpoch.secs(); }
39
40 bool operator<(const Time& t) const { return sinceEpoch < t.sinceEpoch; }
41 bool operator<=(const Time& t) const { return sinceEpoch <= t.sinceEpoch; }

Callers 10

parse_payloadFunction · 0.80
startMethod · 0.80
stateMethod · 0.80
time.cppFile · 0.80
timeMethod · 0.80
delayFunction · 0.80
foreachFunction · 0.80
TESTFunction · 0.80
runMethod · 0.80
RateLimiterProcessMethod · 0.80

Calls

no outgoing calls

Tested by 3

foreachFunction · 0.64
TESTFunction · 0.64
runMethod · 0.64