reports microseconds in python profilers

This commit is contained in:
roberto@precise64
2012-03-31 15:48:22 +02:00
parent 3612ea2186
commit 878e9cb9ba
5 changed files with 49 additions and 2 deletions
+1
View File
@@ -248,6 +248,7 @@ void simple_reset_ts(struct wsgi_request *, struct uwsgi_app *);
void simple_threaded_reset_ts(struct wsgi_request *, struct uwsgi_app *);
int uwsgi_python_profiler_call(PyObject *, PyFrameObject *, int, PyObject *);
int uwsgi_python_tracer(PyObject *, PyFrameObject *, int, PyObject *);
void uwsgi_python_reset_random_seed(void);