remove useless _ensure_shared_time_base (#5899)

This commit is contained in:
nimlgen 2024-08-04 17:01:54 +03:00 committed by GitHub
parent 4c5ef2cc4f
commit 4f9221e8dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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: