summaryrefslogtreecommitdiff
path: root/Lib/profile.py
Commit message (Expand)AuthorAgeFilesLines
* strip trailing wsBenjamin Peterson2011-06-271-3/+3
* update profile license (closes #12417)Benjamin Peterson2011-06-271-24/+15
* Merged revisions 83524,84776 via svnmerge fromFlorent Xicluna2010-09-131-8/+17
* In a number of places code still reversRonald Oussoren2010-05-051-9/+0
* Issue #6635: Fix profiler printing usage message.Matthias Klose2009-09-131-2/+2
* Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning.Brett Cannon2008-08-031-1/+1
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-201-1/+1
* Patch #645894: Use getrusage for computing the time consumption inMartin v. Löwis2005-03-031-2/+20
* Whitespace normalization.Tim Peters2005-01-101-3/+3
* Bug #489256: remove out of date and out of place profile.doc, and letJohannes Gijsbers2005-01-101-13/+3
* Move code in __name__ == '__main__' block into main() function, rewrite code soJohannes Gijsbers2005-01-091-16/+14
* Using repr() generates entries that the current stats package can'tNicholas Bastin2004-07-121-4/+4
* Fix SF Bug #989066Nicholas Bastin2004-07-121-4/+4
* Whitespace normalization.Tim Peters2004-07-071-2/+2
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-1/+30
* Add runctx to __all__.Guido van Rossum2004-03-231-1/+1
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-231-13/+27
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-0/+17
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Remove unneeded import.Guido van Rossum2003-10-221-1/+0
* Replace a reduce() with sum().Raymond Hettinger2003-10-221-3/+2
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-021-4/+3
* Replace boolean test with is None.Raymond Hettinger2002-06-011-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* Added a missing period at the end of an error message.Fred Drake2001-12-051-2/+2
* Minor code cleanups based on comments from Neal Norwitz.Fred Drake2001-10-171-3/+2
* Repair key stutter + auto-complete ugliness.Tim Peters2001-10-091-2/+2
* Allow the profiler's calibration constant to be specified in the constructorTim Peters2001-10-091-19/+27
* A brand new implementation of Profile.calibrate(). This measures anTim Peters2001-10-091-41/+62
* Typo repair in comment.Tim Peters2001-10-071-1/+1
* Guido points out that the comments for self.cur[2] were subtly butTim Peters2001-10-071-17/+29
* At Guido's request, changed the code that's conceptually asserting stuffTim Peters2001-10-071-11/+9
* Repair some longstanding comment errors:Tim Peters2001-10-071-4/+4
* Remove code and docs for the OldProfile and HotProfile classes: codeTim Peters2001-10-071-115/+0
* The fix to profile semantics broke the miserable but advertised way toTim Peters2001-10-051-25/+26
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-041-18/+33
* Undo previous patch; it did not quite work out.Fred Drake2001-10-031-1/+1
* Change the sense of a test in how the profiler interprets exception events.Fred Drake2001-09-271-1/+1
* Fix two bugs detected by PyChecker: there's no need for redundantGuido van Rossum2001-08-091-1/+1
* An import MacOS was missing after the code-rearranging. Added.Jack Jansen2001-06-191-0/+1
* Performance improvements to the profiler:Fred Drake2001-06-081-57/+93
* Add doc string for run from profile.doc. (pydoc motivates me to writeJeremy Hylton2001-03-141-5/+13
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+1
* Whitespace normalization.Tim Peters2001-01-151-485/+485
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-4/+4
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-58/+52
* Typo. (Andrew Dalke, without kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0