Skip to content

Commit fe77c9b

Browse files
committed
new version
1 parent 77d06a3 commit fe77c9b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ afterward will plot the result, making plots (using matplotlib) similar to these
139139

140140
.. image:: https://camo.githubusercontent.com/3a584c7cfbae38c9220a755aa21b5ef926c1031d/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313930383631382f3836313332302f63623865376337382d663563632d313165322d386531652d3539373237623636663462322e706e67
141141
:target: https://github.com/scikit-learn/scikit-learn/pull/2248
142+
:height: 350px
142143

143144
A discussion of these capabilities can be found `here <http://fa.bianp.net/blog/2014/plot-memory-usage-as-a-function-of-time/>`_.
144145

@@ -221,9 +222,9 @@ args, kw)``. For example::
221222
This will execute the code `f(1, n=int(1e6))` and return the memory
222223
consumption during this execution.
223224

224-
=====
225-
REPORTING
226-
=====
225+
=========
226+
REPORTING
227+
=========
227228

228229
The output can be redirected to a log file by passing IO stream as
229230
parameter to the decorator like @profile(stream=fp)

memory_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# .. we'll use this to pass it to the child script ..
44
_CLEAN_GLOBALS = globals().copy()
55

6-
__version__ = '0.34'
6+
__version__ = '0.36'
77

88
_CMD_USAGE = "python -m memory_profiler script_file.py"
99

0 commit comments

Comments
 (0)