mirror of https://github.com/commaai/tinygrad.git
remove useless _ensure_shared_time_base (#5899)
This commit is contained in:
parent
4c5ef2cc4f
commit
4f9221e8dd
|
@ -572,7 +572,6 @@ class HCQCompiled(Compiled):
|
|||
self.profile_logger = ProfileLogger()
|
||||
|
||||
def _prof_finalize(self):
|
||||
self._ensure_shared_time_base()
|
||||
qname = ["COMPUTE", "DMA"]
|
||||
|
||||
for st, en, name, is_cp in self.raw_prof_records:
|
||||
|
|
Loading…
Reference in New Issue