Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ lap
Method
lap
framework/timer.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void Timer::lap()
38
{
39
lapping = true;
40
lap_time = Clock::now();
41
}
42
43
bool Timer::is_running() const
44
{
Callers
2
build_compute_command_buffers
Method · 0.80
on_update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected