Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c1222 static PyTypeObject ProfilerType = { variable
1501 self = PyObject_New(ProfilerObject, &ProfilerType); in hotshot_profiler()
1613 Py_TYPE(&ProfilerType) = &PyType_Type; in init_hotshot()
1623 Py_INCREF(&ProfilerType); in init_hotshot()
1625 (PyObject *)&ProfilerType); in init_hotshot()