Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSlot
Method · 0.95
testSetSlot
Method · 0.95
testBlock
Method · 0.95
testInstantiations
Method · 0.95
testLocals
Method · 0.95
testSetLocals
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected