summaryrefslogtreecommitdiff
path: root/Doc/lib/libprofile.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-722/+0
* Bug #1656078: typo in in profile docs.Georg Brandl2007-02-091-1/+1
* Bug #1482988: indicate more prominently that the Stats class is in the pstats...Georg Brandl2006-05-101-2/+3
* - add versionadded tagGeorge Yoshida2006-04-221-1/+3
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-211-9/+9
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Added the cProfile module.Armin Rigo2006-02-081-41/+112
* Bug #489256: remove note about Python 1.1 profilerGeorg Brandl2005-12-261-41/+41
* Bug #1066607: "Limitations" section of profiler docs is incorrectRaymond Hettinger2004-12-191-10/+1
* Removed deprecated method from pstats.Raymond Hettinger2004-12-051-8/+0
* SF patch #1061780: use a new -m option in pdb and profile invocationsRaymond Hettinger2004-11-071-1/+1
* more markup nitsFred Drake2004-03-231-12/+13
* fix markup nitsFred Drake2004-03-231-4/+4
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-231-0/+9
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-1/+7
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
* Fix missing parenthesisRaymond Hettinger2003-07-141-1/+1
* document Stats.dump_stats(), new for Python 2.3Fred Drake2003-05-141-0/+8
* A copy-and-paste job forget the "paste" half.Tim Peters2001-10-091-1/+1
* Allow the profiler's calibration constant to be specified in the constructorTim Peters2001-10-091-52/+32
* Remove code and docs for the OldProfile and HotProfile classes: codeTim Peters2001-10-071-170/+23
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-14/+14
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* In the section on extending the profiler, add some additional discussionFred Drake2001-06-081-10/+45
* Minor markup adjustments.Fred Drake2001-04-131-2/+2
* Added a test main to the pstats library that can help you browse profile dumps.Eric S. Raymond2001-04-131-0/+5
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-1/+1
* Misc. markup nits.Fred Drake1999-04-211-28/+29
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-051-13/+11
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
* Lighten up tables.Fred Drake1998-04-111-1/+1
* Don't use \samp when \code is better.Fred Drake1998-04-091-13/+13
* Reduced description of the obsolete method Stats.ignore().Fred Drake1998-04-091-13/+2
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
* Index entries.Fred Drake1998-04-031-14/+15
* Hyphenate "built-in" for consistency.Fred Drake1998-04-021-1/+1
* Use the new {methoddesc} and {memberdesc} environments as appropriate.Fred Drake1998-03-271-22/+22
* According to Tim Peters, there should be 'print' statements in oneGuido van Rossum1998-03-171-3/+3
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-7/+7
* Logical markup.Fred Drake1998-02-271-81/+93
* Add a period to "Written by James Roskind"Fred Drake1998-02-221-1/+1
* Added \label{} for logical addressing.Fred Drake1998-02-181-0/+1
* Make one paragraph wrap a little better.Fred Drake1998-02-131-1/+1
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-48/+48
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
* Clarified reference to old profiler.Guido van Rossum1997-11-181-3/+7
* AMK's megapatch:Guido van Rossum1997-07-171-106/+104
* Mention use of profile.py to run a script (AMK).Guido van Rossum1997-06-021-0/+4