Searched refs:ProfilerType (Results 1 – 1 of 1) sorted by relevance
1226 static PyTypeObject ProfilerType = { variable1505 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()