MCPcopy 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
37void Timer::lap()
38{
39 lapping = true;
40 lap_time = Clock::now();
41}
42
43bool Timer::is_running() const
44{

Callers 2

on_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected