MCPcopy
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
27def startTimer(timeit):
28 global startTime
29 if timeit:
30 startTime = time.process_time()
31
32
33def endTimer(timeit, msg):

Callers 1

genvk.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected