MCPcopy Create free account
hub / github.com/boostorg/beast / timer

Method timer

example/http/client/crawl/http_crawl.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 using duration = clock_type::duration;
329
330 timer()
331 : when_(clock_type::now())
332 {
333 }
334
335 duration
336 elapsed() const

Callers

nothing calls this directly

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected