Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_hotshot.c1226 static PyTypeObject ProfilerType = { variable
1505 self = PyObject_New(ProfilerObject, &ProfilerType); in hotshot_profiler()
1617 Py_TYPE(&ProfilerType) = &PyType_Type; in init_hotshot()
1627 Py_INCREF(&ProfilerType); in init_hotshot()
1629 (PyObject *)&ProfilerType); in init_hotshot()