MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / time

Method time

eval_code/recons/models/moge/utils/tools.py:184–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182
183 @property
184 def time(self) -> float:
185 assert self.start is not None, "Time not yet started."
186 assert self.end is not None, "Time not yet ended."
187 return self.end - self.start
188
189 @property
190 def average_time(self) -> float:

Callers 5

infer_videodepthFunction · 0.80
infer_videodepthFunction · 0.80
_loop_fnMethod · 0.80
__enter__Method · 0.80
__exit__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected