summaryrefslogtreecommitdiffstats
path: root/Modules/_lsprof.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize structseq types only once.Martin v. Löwis2006-04-161-2/+8
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-071-0/+2
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-2/+2
* The default timer unit was incorrectly measured in milliseconds insteadArmin Rigo2006-02-101-3/+3
* Added the cProfile module.Armin Rigo2006-02-081-0/+867