Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void Timer::start()
49
{
50
m_lastTick = base::current_tick();
51
m_running = true;
52
}
53
54
void Timer::stop()
55
{
Callers
15
create
Method · 0.80
delayed
Method · 0.80
addTask
Method · 0.80
Job
Method · 0.80
defer_invalid_rect
Function · 0.80
onStartTimer
Method · 0.80
onStartTimer
Method · 0.80
updateCurrentSpritePalette
Method · 0.80
FilterWorker
Method · 0.80
restartPreview
Method · 0.80
startMarchingAnts
Method · 0.80
openTipWindow
Method · 0.80
Calls
1
current_tick
Function · 0.85
Tested by
no test coverage detected