Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_lsprof.c536 static PyTypeObject StatsEntryType; variable
591 info = PyObject_CallFunction((PyObject*) &StatsEntryType, in statsForEntry()
878 PyStructSequence_InitType(&StatsEntryType, in init_lsprof()
883 Py_INCREF((PyObject*) &StatsEntryType); in init_lsprof()
886 (PyObject*) &StatsEntryType); in init_lsprof()