MCPcopy Create free account
hub / github.com/Samsung/rlottie / start

Method start

src/vector/velapsedtimer.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "velapsedtimer.h"
23
24void VElapsedTimer::start()
25{
26 clock = std::chrono::high_resolution_clock::now();
27 m_valid = true;
28}
29
30double VElapsedTimer::restart()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected