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

Method time

src/posix/libev/libev.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155double EventLoop::time()
156{
157 // TODO(benh): Versus ev_now()?
158 return ev_time();
159}
160
161
162void EventLoop::run()

Callers 4

timerMethod · 0.45
synchronizedFunction · 0.45
foreachFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36