MCPcopy Index your code
hub / github.com/PaddlePaddle/PaddleDetection / start

Method start

deploy/python/utils.py:232–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 self.et = 0.
231
232 def start(self):
233 self.st = time.time()
234
235 def end(self, repeats=1, accumulative=True):
236 self.et = time.time()

Callers 10

get_person_from_rectMethod · 0.45
predict_imageMethod · 0.45
topdown_unite_predictFunction · 0.45
predict_image_sliceMethod · 0.45
predict_imageMethod · 0.45
predict_imageMethod · 0.45
predict_imageMethod · 0.45
predict_imageMethod · 0.45
add_profiler_stepFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected