Rename memusage.read_report to load_report

This commit is contained in:
Ivan Kravets
2023-08-16 17:24:13 +03:00
parent 562fb22a70
commit 33f2cd5dd5

View File

@ -37,7 +37,7 @@ class MemUsageRPC(BaseRPCHandler):
return memusage.list_reports(report_dir)[-1]
@staticmethod
def read_report(path):
def load_report(path):
return memusage.read_report(path)
def summary(self, report_path):