Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c536 static PyTypeObject StatsEntryType; variable
591 info = PyObject_CallFunction((PyObject*) &StatsEntryType, in statsForEntry()
879 PyStructSequence_InitType(&StatsEntryType, in init_lsprof()
884 Py_INCREF((PyObject*) &StatsEntryType); in init_lsprof()
887 (PyObject*) &StatsEntryType); in init_lsprof()