facebookresearch/HolisticTraceAnalysis

Change log level for get_memory_usage function.

anupambhatnagar opened this issue · 0 comments

The log level for the get_memory_usage function causes an excessive slowdown when loading the trace file. Update the log level from info to debug to bypass the slowdown.

https://github.com/facebookresearch/HolisticTraceAnalysis/blob/3aa8dd29777b28c8ace85ca356045723a9bc1e8c/hta/common/trace.py#LL119C19-L119C19