summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libprofile.tex
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | call, or via setting an instance or class vrbl. Rewrote the calibration docs. Modern boxes are so friggin' fast, and a profiler event does so much work anyway, that the cost of looking up an instance vrbl (the bias constant) per profile event just isn't a big deal.
* Remove code and docs for the OldProfile and HotProfile classes: codeTim Peters2001-10-071-170/+23
| | | | | hasn't worked in years, docs were wrong, and they aren't interesting anymore regardless.
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-14/+14
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
| | | | This closes SF bug #438032.
* 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
| | | | | | about setting up the dispatch table, and update the OldProfile and HotProfile classes to the current implementations, showing the adjusted construction for the dispatch table.
* Minor markup adjustments.Fred Drake2001-04-131-2/+2
| | | | Turn reference to the cmd module into a hyperlink.
* 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
| | | | All sections get reasonable file names in the HTML output.
* 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
| | | | | | | Consistently use ' instead of ": this conforms to my unofficial stance that constants should be presented using the repr() whenever it makes sense. This isn't because I think repr() is the greatest thing since spam, just that it's an easy to adopt consistency standard. (It also holds no new surprises!)
* 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
| | | | Consistency nits.
* 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
| | | | particular example.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-7/+7
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* 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
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
| | | | longer needed for printed output.
* Clarified reference to old profiler.Guido van Rossum1997-11-181-3/+7
| | | | Mention conversion to Perl-style regular expressions.
* AMK's megapatch:Guido van Rossum1997-07-171-106/+104
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Mention use of profile.py to run a script (AMK).Guido van Rossum1997-06-021-0/+4
|
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-131-1/+1
| | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
* change jars emailGuido van Rossum1996-02-121-1/+1
|
* typos, layout and other small thingsGuido van Rossum1995-04-101-8/+12
|
* some new materialGuido van Rossum1995-03-221-1/+1
|
* added nodename macro calls for new very long section namesGuido van Rossum1995-03-201-1/+5
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-15/+15
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-1/+1
|
* converted docs for Jim Roskind's profilerGuido van Rossum1995-03-021-0/+752