Skip to content

Commit

Permalink
Update utility.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 authored Sep 3, 2024
1 parent 140d86c commit b9bc737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlio_benchmark/utils/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def flush(self):
def reset(self):
return
def log_static(self, func):
return
return func
class dftracer(object):
def __init__(self,):
self.type = None
Expand Down

0 comments on commit b9bc737

Please sign in to comment.