Skip to content

Commit

Permalink
Merge pull request #137 from Corni/mem-ini
Browse files Browse the repository at this point in the history
Allow setting the memory option in the ini file.
  • Loading branch information
planrich committed Apr 29, 2017
2 parents c244feb + edf1395 commit 2692520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vmprof/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def parse_args(argv):
ini_options = [
('period', float),
('web', str),
('mem', bool),
('web-auth', str),
('web-url', str),
('output', str),
Expand Down

0 comments on commit 2692520

Please sign in to comment.