summaryrefslogtreecommitdiff
path: root/Cython/Utility/Profile.c
Commit message (Expand)AuthorAgeFilesLines
* use new macro in two more placesStefan Behnel2016-07-311-2/+2
* disable profiling by default in PyPy (instead of giving C compile errors)Stefan Behnel2015-09-301-0/+4
* avoid some redundant calls to PyThreadState_GET() to reduce locking etc. duri...Stefan Behnel2015-09-201-1/+1
* separate trace declarations from initialisation to fix "declaration after cod...Stefan Behnel2015-06-061-3/+6
* propagate exceptions in call/line trace function callsStefan Behnel2015-02-281-14/+31
* automatically enable CYTHON_TRACE if users set CYTHON_TRACE_NOGILStefan Behnel2015-02-201-4/+8
* enable tracing for nogil functions/sectionsStefan Behnel2015-02-201-28/+100
* ensure that we call trace/profile functions without current exception set; re...Stefan Behnel2015-02-191-6/+27
* refactor profiling/tracing code, make proper use of "tstate->tracing", fix co...Stefan Behnel2015-02-071-34/+49
* guard tracing calls against re-entry, handle errors in trace function callsStefan Behnel2015-02-071-4/+5
* Fix a warning.Robert Bradshaw2014-12-311-1/+1
* Enable line profiling for Robert Kern's line_profiler.Robert Bradshaw2014-12-311-3/+3
* fix tracing againStefan Behnel2013-12-131-2/+3
* fix tracing in recent Py3.4Stefan Behnel2013-12-131-3/+4
* implement experimental support for line tracingStefan Behnel2013-04-051-15/+69
* whitespaceStefan Behnel2013-04-051-7/+7
* minor code simplificationStefan Behnel2013-04-051-4/+4
* move profiling utility code into external .c fileStefan Behnel2013-04-051-0/+138