Skip to content

Commit

Permalink
WIP - segment reports - baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
kpschoedel committed Sep 9, 2021
1 parent 3a6ebe3 commit df7771f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tools/memory/report_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def main(argv):
**memdf.report.OUTPUT_CONFIG,
}, argv)
dfs: DFs = memdf.collect.collect_files(config)
print(dfs)

symbols = dfs[SymbolDF.name]
summary = memdf.select.groupby(config, symbols)
Expand Down

0 comments on commit df7771f

Please sign in to comment.