Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bf608750adb3ae13dbc20eca22a3099e810ad673
/
Lib
/
profile.py
12ac3e1
Using repr() generates entries that the current stats package can't
by Nicholas Bastin
· 20 years ago
2e39d80
Fix SF Bug #989066
by Nicholas Bastin
· 20 years ago
4e0e1b6
Whitespace normalization.
by Tim Peters
· 20 years ago
c69ebe8
Enable the profiling of C functions (builtins and extensions)
by Nicholas Bastin
· 21 years ago
48713e8
Add runctx to __all__.
by Guido van Rossum
· 21 years ago
824b1b2
Added command line options for profile.py - one for stats output file
by Nicholas Bastin
· 21 years ago
1eb4bfc
Added global runctx function to profile to fix SF Bug #716587
by Nicholas Bastin
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
38443c1
Remove unneeded import.
by Guido van Rossum
· 21 years ago
97aa32b
Replace a reduce() with sum().
by Raymond Hettinger
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
e0d4972
Replaced .keys() with dictionary iterators
by Raymond Hettinger
· 22 years ago
16e3c42
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
ee83644
Added a missing period at the end of an error message.
by Fred Drake
· 23 years ago
d10ed8b
Minor code cleanups based on comments from Neal Norwitz.
by Fred Drake
· 23 years ago
e13cc92
Repair key stutter + auto-complete ugliness.
by Tim Peters
· 23 years ago
659a603
Allow the profiler's calibration constant to be specified in the constructor
by Tim Peters
· 23 years ago
cce092d
A brand new implementation of Profile.calibrate(). This measures an
by Tim Peters
· 23 years ago
fb16378
Typo repair in comment.
by Tim Peters
· 23 years ago
8d061ed
Guido points out that the comments for self.cur[2] were subtly but
by Tim Peters
· 23 years ago
db1ed2a
At Guido's request, changed the code that's conceptually asserting stuff
by Tim Peters
· 23 years ago
6e22149
Repair some longstanding comment errors:
by Tim Peters
· 23 years ago
0a1fc4e
Remove code and docs for the OldProfile and HotProfile classes: code
by Tim Peters
· 23 years ago
df5cfd8
The fix to profile semantics broke the miserable but advertised way to
by Tim Peters
· 23 years ago
f137f75
Hopefully fix the profiler right. Add a test suite that checks that
by Guido van Rossum
· 23 years ago
a0bc999
Undo previous patch; it did not quite work out.
by Fred Drake
· 23 years ago
5a28bfb
Change the sense of a test in how the profiler interprets exception events.
by Fred Drake
· 23 years ago
e4deb95
Fix two bugs detected by PyChecker: there's no need for redundant
by Guido van Rossum
· 23 years ago
1bdcadd
An import MacOS was missing after the code-rearranging. Added.
by Jack Jansen
· 23 years ago
edb5ffb
Performance improvements to the profiler:
by Fred Drake
· 23 years ago
adcf8a0
Add doc string for run from profile.doc. (pydoc motivates me to write
by Jeremy Hylton
· 24 years ago
c62c81e
__all__ for several more modules
by Skip Montanaro
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
10e1bf2
remove all occurence of math.rint() from the sources
by Peter Schneider-Kamp
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
138bdaf
Typo. (Andrew Dalke, without kjpylint)
by Guido van Rossum
· 26 years ago
6952f17
No need to import string. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
4ecd85a
After the previous changes, func_normalize() turned out to be redundant.
by Guido van Rossum
· 26 years ago
b0a94c0
Changes so that JPython can also use this version of profile.py.
by Guido van Rossum
· 26 years ago
e3f8a64
Comment out 't = t[0] + t[1]' in profiler_simulation() -- this
by Guido van Rossum
· 26 years ago
8ca8420
A few lines were indented using spaces instead of tabs -- fix them.
by Guido van Rossum
· 27 years ago
96c07fe
Prefer clock() over times() for timer function, except on the Mac,
by Guido van Rossum
· 27 years ago
cbf3dd5
Use better timer on the mac Open files in binary mode (Jack)
by Guido van Rossum
· 27 years ago
f06ee5f
/usr/local/bin/python -> /usr/bin/env python
by Guido van Rossum
· 28 years ago
cc778eb
Add main program similar to pdb.
by Guido van Rossum
· 28 years ago
6cb84f3
change return values of simple run* functions
by Guido van Rossum
· 28 years ago
4f399fb
more robust coding, adapted for mac
by Guido van Rossum
· 29 years ago
9c3241d
exec() -> exec
by Guido van Rossum
· 29 years ago
8afa824
functions don't have a __name__ attribute
by Guido van Rossum
· 29 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
e61fa0a
* profile.py, pdb.py: added help() function
by Guido van Rossum
· 31 years ago
4fddf33
XEvent.py: Added support for ExposeEvent.
by Sjoerd Mullender
· 31 years ago
d316607
* ftplib.py: added abort() command (sends oob data).
by Guido van Rossum
· 31 years ago
4e16098
Added a _v21 def to FL.py and added two new input field types
by Guido van Rossum
· 32 years ago
8176258
Initial revision
by Guido van Rossum
· 33 years ago