MCPcopy
hub / github.com/PaddlePaddle/PaddleRec / start

Method start

tools/inference/python/slot_dnn_infer_dataloader.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 self.et = 0.
151
152 def start(self):
153 self.st = time.time()
154
155 def end(self, accumulative=True):
156 self.et = time.time()

Callers 15

infer_mainFunction · 0.95
mainFunction · 0.80
heter_train_loopMethod · 0.80
dataloader_train_loopMethod · 0.80
heter_train_loopMethod · 0.80
start_serverMethod · 0.80
start_serverMethod · 0.80
start_serverMethod · 0.80
start_serverMethod · 0.80
start_serverMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected