MCPcopy Create free account
hub / github.com/IoLanguage/io / beginTimer

Method beginTimer

samples/speed/speed.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 return 1
13
14 def beginTimer(self):
15 self.t1 = time.time()
16
17 def endTimer(self, s):
18 mps = 1/(time.time() - self.t1)

Callers 6

testSlotMethod · 0.95
testSetSlotMethod · 0.95
testBlockMethod · 0.95
testInstantiationsMethod · 0.95
testLocalsMethod · 0.95
testSetLocalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected