summaryrefslogtreecommitdiffstats
path: root/Lib/hotshot
Commit message (Expand)AuthorAgeFilesLines
* Move testing code into "if __name__ == '__main__'" so it's not run on import.Ka-Ping Yee2003-03-281-21/+21
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-6/+2
* Add clarifying comment.Guido van Rossum2002-07-181-0/+1
* Script to run the pystones "benchmark" under HotShot.Fred Drake2002-07-181-0/+35
* Simplify; the low-level log reader is now always a modern iterator,Fred Drake2002-07-181-6/+1
* Expose the fileno() method of the underlying profiler.Fred Drake2002-07-181-0/+4
* Expose the fileno() method of the underlying log reader.Fred Drake2002-07-181-6/+4
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-0/+3
* We're no longer trying to support older Python versions with thisGuido van Rossum2002-07-181-7/+2
* Minor cleanup:Fred Drake2002-05-291-5/+11
* Added docstrings to the Profile class.Fred Drake2002-04-161-0/+31
* Set/update self.cwd properly.Fred Drake2002-03-121-14/+51
* Update to reflect changes to the low-level logreader: share the infoFred Drake2001-10-291-10/+19
* Allow user code to call the addinfo() method on the profiler object.Fred Drake2001-10-291-0/+3
* pstats-compatible analysis module.Fred Drake2001-10-151-0/+93
* runcall(): Expose the return value of the profiled function; this allowsFred Drake2001-10-151-1/+1
* Avoid deep recursion when reading the header of the log file.Fred Drake2001-10-151-28/+39
* When we reach the end of the log file, close the logreader object.Fred Drake2001-10-131-1/+3
* Preliminary user-level interface to HotShot. We still need the analysisFred Drake2001-10-122-0/+173
ration'>Victor Stinner2016-01-201-1/+1 * Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-6/+3 * Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-2/+2 |\ | * Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-2/+2 * | Issue #23836: Fix the faulthandler module to handle reentrant callsVictor Stinner2015-04-011-40/+45 * | Merge 3.4 (faulthandler ICC)Victor Stinner2015-03-231-1/+8 |\ \ | |/ | * Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)Victor Stinner2015-03-231-1/+8 * | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-21/+35 * | Fixed few compiler warnings.Serhiy Storchaka2015-02-16