added --profiler

This commit is contained in:
roberto@natty32
2011-05-03 15:01:51 +02:00
parent 7cbe751a39
commit 93767335ca
6 changed files with 37 additions and 1 deletions
+2
View File
@@ -211,3 +211,5 @@ void threaded_swap_ts(struct wsgi_request *, struct uwsgi_app *);
void simple_swap_ts(struct wsgi_request *, struct uwsgi_app *);
void threaded_reset_ts(struct wsgi_request *, struct uwsgi_app *);
void simple_reset_ts(struct wsgi_request *, struct uwsgi_app *);
int uwsgi_python_profiler_call(PyObject *, PyFrameObject *, int, PyObject *);