Navigation Menu

Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
* [Feature] inverted flamegraph.
  • Loading branch information
baverman committed Oct 4, 2017
1 parent 72d036e commit f63ecc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -0,0 +1,10 @@
0.3
===

* [Feature] inverted flamegraph.


0.2.1
=====

* [Fix] invalid version param for py3 argparse.
2 changes: 1 addition & 1 deletion flameprof.py
Expand Up @@ -12,7 +12,7 @@
from collections import Counter
from xml.sax.saxutils import escape

version = '0.2.1'
version = '0.3'

eprint = partial(print, file=sys.stderr)
epprint = partial(pprint.pprint, stream=sys.stderr)
Expand Down

0 comments on commit f63ecc2

Please sign in to comment.