Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fd39ad4937f5f48142c7dafdac9d727931137c96
/
Lib
/
hotshot
e9638cc
Move testing code into "if __name__ == '__main__'" so it's not run on import.
by Ka-Ping Yee
· 22 years ago
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 22 years ago
0d7b8bc
Add clarifying comment.
by Guido van Rossum
· 22 years ago
0d7e68a
Script to run the pystones "benchmark" under HotShot.
by Fred Drake
· 22 years ago
fbe3608
Simplify; the low-level log reader is now always a modern iterator,
by Fred Drake
· 22 years ago
302e2bb
Expose the fileno() method of the underlying profiler.
by Fred Drake
· 22 years ago
7d17e6f
Expose the fileno() method of the underlying log reader.
by Fred Drake
· 22 years ago
30d4896
Gave hotshot.LogReader a close() method, to allow users to close the
by Tim Peters
· 22 years ago
32616cf
We're no longer trying to support older Python versions with this
by Guido van Rossum
· 22 years ago
127ee16
Minor cleanup:
by Fred Drake
· 22 years ago
34f300a
Added docstrings to the Profile class.
by Fred Drake
· 23 years ago
8b68862
Set/update self.cwd properly.
by Fred Drake
· 23 years ago
8e26b52
Update to reflect changes to the low-level logreader: share the info
by Fred Drake
· 23 years ago
165b2cc
Allow user code to call the addinfo() method on the profiler object.
by Fred Drake
· 23 years ago
47cada7
pstats-compatible analysis module.
by Fred Drake
· 23 years ago
e7d8a78
runcall(): Expose the return value of the profiled function; this allows
by Fred Drake
· 23 years ago
d5d5a04
Avoid deep recursion when reading the header of the log file.
by Fred Drake
· 23 years ago
d62f151
When we reach the end of the log file, close the logreader object.
by Fred Drake
· 23 years ago
f019324
Preliminary user-level interface to HotShot. We still need the analysis
by Fred Drake
· 23 years ago