MCPcopy 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
28void Timer::start()
29{
30 if (!running)
31 {
32 running = true;
33 start_time = Clock::now();
34 }
35}
36
37void Timer::lap()
38{

Callers 5

load_sceneMethod · 0.80
input_eventMethod · 0.80
do_compute_workMethod · 0.80
prepareMethod · 0.80
on_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected