Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleAlberto committed May 20, 2024
1 parent 95ce190 commit fee9e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/memray/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
from . import stats

_COMMANDS.append(stats.StatsCommand())
_EXAMPLES.append("$ python3 -m memray stats capture.bin")
with suppress(ModuleNotFoundError):
from . import summary

Expand Down

0 comments on commit fee9e81

Please sign in to comment.