MCPcopy Create free account
hub / github.com/adny-code/fastgrind / memTimer

Method memTimer

include/fastgrind.h:385–388  ·  view source on GitHub ↗

@brief Start timer thread immediately upon construction. */

Source from the content-addressed store, hash-verified

383 public:
384 /** @brief Start timer thread immediately upon construction. */
385 MEM_NO_INSTRUMENT memTimer() : _tick(0)
386 {
387 _thread = new std::thread(std::bind(&memTimer::fakeTimer, this));
388 }
389
390 /** @brief Stops timer thread on destruction. */
391 MEM_NO_INSTRUMENT ~memTimer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected