Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ start
Method
start
framework/timer.cpp:28–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void Timer::start()
29
{
30
if (!running)
31
{
32
running = true;
33
start_time = Clock::now();
34
}
35
}
36
37
void Timer::lap()
38
{
Callers
5
load_scene
Method · 0.80
input_event
Method · 0.80
do_compute_work
Method · 0.80
prepare
Method · 0.80
on_update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected