Home
last modified time | relevance | path

Searched refs:hotshot_profiler (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_hotshot.c1496 hotshot_profiler(PyObject *unused, PyObject *args) in hotshot_profiler() function
1558 result = hotshot_profiler(unused, args); in hotshot_coverage()
1604 {"profiler", hotshot_profiler, METH_VARARGS, profiler__doc__},