Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ startTimer
Function
startTimer
scripts/genvk.py:27–30 ·
view source on GitHub ↗
(timeit)
Source
from the content-addressed store, hash-verified
25
26
27
def
startTimer(timeit):
28
global startTime
29
if
timeit:
30
startTime = time.process_time()
31
32
33
def
endTimer(timeit, msg):
Callers
1
genvk.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected