René's URL Explorer Experiment


Title: Profiling and tracing — Python 3.14.6 documentation

Open Graph Title: Profiling and tracing

Description: The Python interpreter provides some low-level support for attaching profiling and execution tracing facilities. These are used for profiling, debugging, and coverage analysis tools. This C interfa...

Open Graph Description: The Python interpreter provides some low-level support for attaching profiling and execution tracing facilities. These are used for profiling, debugging, and coverage analysis tools. This C interfa...

Opengraph URL: https://docs.python.org/3/c-api/profiling.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_c-api_profiling_a52c6083.png
og:image:altThe Python interpreter provides some low-level support for attaching profiling and execution tracing facilities. These are used for profiling, debugging, and coverage analysis tools. This C interfa...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
Profiling and tracinghttps://docs.python.org/3/c-api/profiling.html
Reference tracinghttps://docs.python.org/3/c-api/profiling.html#reference-tracing
Multiple interpreters in a Python processhttps://docs.python.org/3/c-api/subinterpreters.html
Python Initialization Configurationhttps://docs.python.org/3/c-api/init_config.html
Report a bughttps://docs.python.org/3/bugs.html
Improve this pagehttps://docs.python.org/3/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/profiling.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/init_config.html
previoushttps://docs.python.org/3/c-api/subinterpreters.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/3/index.html
Python/C API reference manualhttps://docs.python.org/3/c-api/index.html
Profiling and tracinghttps://docs.python.org/3/c-api/profiling.html
https://docs.python.org/3/c-api/profiling.html#profiling-and-tracing
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/3/c-api/frame.html#c.PyFrameObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
PyEval_SetProfile()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetProfile
PyEval_SetTrace()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetTrace
PyTrace_CALLhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_CALL
PyTrace_EXCEPTIONhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_EXCEPTION
PyTrace_LINEhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_LINE
PyTrace_RETURNhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_RETURN
PyTrace_C_CALLhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_CALL
PyTrace_C_EXCEPTIONhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_EXCEPTION
PyTrace_C_RETURNhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_RETURN
PyTrace_OPCODEhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_OPCODE
PyTrace_CALLhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_CALL
Py_Nonehttps://docs.python.org/3/c-api/none.html#c.Py_None
PyTrace_EXCEPTIONhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_EXCEPTION
sys.exc_info()https://docs.python.org/3/library/sys.html#sys.exc_info
PyTrace_LINEhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_LINE
Py_Nonehttps://docs.python.org/3/c-api/none.html#c.Py_None
PyTrace_RETURNhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_RETURN
PyTrace_C_CALLhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_CALL
PyTrace_C_EXCEPTIONhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_EXCEPTION
PyTrace_C_RETURNhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_RETURN
PyTrace_OPCODEhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_OPCODE
Py_Nonehttps://docs.python.org/3/c-api/none.html#c.Py_None
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_CALL
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_EXCEPTION
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_LINE
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
f_trace_lineshttps://docs.python.org/3/reference/datamodel.html#frame.f_trace_lines
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_RETURN
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_CALL
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_EXCEPTION
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_RETURN
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
https://docs.python.org/3/c-api/profiling.html#c.PyTrace_OPCODE
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
f_trace_opcodeshttps://docs.python.org/3/reference/datamodel.html#frame.f_trace_opcodes
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetProfile
PyTrace_LINEhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_LINE
PyTrace_OPCODEhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_OPCODE
PyTrace_EXCEPTIONhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_EXCEPTION
sys.setprofile()https://docs.python.org/3/library/sys.html#sys.setprofile
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetProfileAllThreads
PyEval_SetProfile()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetProfile
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
PyEval_SetProfile()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetProfile
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetTrace
PyEval_SetProfile()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetProfile
PyEval_SetTrace()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetTrace
PyTrace_C_CALLhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_CALL
PyTrace_C_EXCEPTIONhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_EXCEPTION
PyTrace_C_RETURNhttps://docs.python.org/3/c-api/profiling.html#c.PyTrace_C_RETURN
sys.settrace()https://docs.python.org/3/library/sys.html#sys.settrace
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
Py_tracefunchttps://docs.python.org/3/c-api/profiling.html#c.Py_tracefunc
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetTraceAllThreads
PyEval_SetTrace()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetTrace
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
PyEval_SetTrace()https://docs.python.org/3/c-api/profiling.html#c.PyEval_SetTrace
https://docs.python.org/3/c-api/profiling.html#reference-tracing
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer
PyRefTracer_SetTracer()https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_SetTracer
PyRefTracer_CREATEhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_CREATE
PyRefTracer_DESTROYhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_DESTROY
PyRefTracer_TRACKER_REMOVEDhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_TRACKER_REMOVED
https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_CREATE
PyRefTracerhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer
https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_DESTROY
PyRefTracerhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer
https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_TRACKER_REMOVED
PyRefTracerhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer
PyRefTracerhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer
https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_SetTracer
thread statehttps://docs.python.org/3/glossary.html#term-thread-state
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
PyRefTracer_TRACKER_REMOVEDhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_TRACKER_REMOVED
PyRefTracerhttps://docs.python.org/3/c-api/profiling.html#c.PyRefTracer
https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_GetTracer
PyRefTracer_SetTracer()https://docs.python.org/3/c-api/profiling.html#c.PyRefTracer_SetTracer
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
Table of Contentshttps://docs.python.org/3/contents.html
Profiling and tracinghttps://docs.python.org/3/c-api/profiling.html
Reference tracinghttps://docs.python.org/3/c-api/profiling.html#reference-tracing
Multiple interpreters in a Python processhttps://docs.python.org/3/c-api/subinterpreters.html
Python Initialization Configurationhttps://docs.python.org/3/c-api/init_config.html
Report a bughttps://docs.python.org/3/bugs.html
Improve this pagehttps://docs.python.org/3/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/profiling.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/init_config.html
previoushttps://docs.python.org/3/c-api/subinterpreters.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/3/index.html
Python/C API reference manualhttps://docs.python.org/3/c-api/index.html
Profiling and tracinghttps://docs.python.org/3/c-api/profiling.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.