summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hotshot.py
Commit message (Expand)AuthorAgeFilesLines
* ensure internal buffer is large enough for string after flushing (closes #24481)Benjamin Peterson2015-06-271-0/+4
* #1019882: if start() and stop() were not in the same stack frame, stats.load(...Georg Brandl2010-07-311-0/+14
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-2/+2
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-2/+2
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Fix broken test in test_hotshot. Treating the current directory as anNeil Schemenauer2009-02-071-1/+7
* #3954: Fix error handling code in _hotshot.logreaderAmaury Forgeot d'Arc2008-12-151-0/+6
* _hotshot hotshot_profiler(): If write_header() returnedTim Peters2006-03-071-1/+4
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-071-0/+13
* check_events(): This was failing under -O, due to not expecting anyTim Peters2002-08-161-3/+0
* This is my patchMichael W. Hudson2002-08-151-2/+0
* We only need to check for StopIteration here.Fred Drake2002-08-051-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-4/+1
* test_hotshot fails on Windows now. Added XXX comment explaining why,Tim Peters2002-07-171-0/+4
* Add a test for the 'closed' attribute on the C-profiler object.Guido van Rossum2002-07-171-0/+3
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* Add a test for the insertion of user-provided ADD_INFO records.Fred Drake2001-10-291-2/+12
* Do not expect line number events when running under "python -O".Fred Drake2001-10-181-0/+3
* Remove some unused imports.Fred Drake2001-10-131-4/+17
* You can't unlink open files on Windows.Tim Peters2001-10-131-1/+1
* A most trivial test for HotShot -- make sure we get reasonable eventsFred Drake2001-10-121-0/+81