Skip to content

Commit

Permalink
Update memory profiling docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed May 11, 2015
1 parent 3a01482 commit d11e508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ from the REPL will exhibit allocation due to events that happen in the
REPL code itself. More significantly, JIT-compilation also adds to
allocation counts, because much of julia's compiler is written in
Julia (and compilation usually requires memory allocation). The
recommended procedure it to force compilation by executing all the
commands you want to analyze, then call ``clear_malloc_data()`` to
recommended procedure is to force compilation by executing all the
commands you want to analyze, then call ``Profile.clear_malloc_data()`` to
reset all allocation counters. Finally, execute the desired commands
and quit julia to trigger the generation of the ``.mem`` files.

0 comments on commit d11e508

Please sign in to comment.