Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c533 static PyTypeObject StatsEntryType; variable
588 info = PyObject_CallFunction((PyObject*) &StatsEntryType, in statsForEntry()
872 if (PyStructSequence_InitType2(&StatsEntryType, in PyInit__lsprof()
879 Py_INCREF((PyObject*) &StatsEntryType); in PyInit__lsprof()
882 (PyObject*) &StatsEntryType); in PyInit__lsprof()
/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()