mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Rename memusage.read_report to load_report
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user