MCPcopy Index your code
hub / github.com/python/cpython / get_time_timer

Method get_time_timer

Lib/profile.py:184–185  ·  view source on GitHub ↗
(timer=timer, sum=sum)

Source from the content-addressed store, hash-verified

182 # the timer() result contains two values in all
183 # cases.
184 def get_time_timer(timer=timer, sum=sum):
185 return sum(timer())
186 self.get_time = get_time_timer
187 self.t = self.get_time()
188 self.simulate_call('profiler')

Callers

nothing calls this directly

Calls 1

timerFunction · 0.85

Tested by

no test coverage detected