MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / start

Method start

src/ui/timer.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Timer::start()
49{
50 m_lastTick = base::current_tick();
51 m_running = true;
52}
53
54void Timer::stop()
55{

Callers 15

createMethod · 0.80
delayedMethod · 0.80
addTaskMethod · 0.80
JobMethod · 0.80
defer_invalid_rectFunction · 0.80
onStartTimerMethod · 0.80
onStartTimerMethod · 0.80
FilterWorkerMethod · 0.80
restartPreviewMethod · 0.80
startMarchingAntsMethod · 0.80
openTipWindowMethod · 0.80

Calls 1

current_tickFunction · 0.85

Tested by

no test coverage detected