mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix pydtrace.d
path comment in Include/pydtrace.h
(#28539)
This commit is contained in:
parent
ac7a0a9f9e
commit
baf234971f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ extern "C" {
|
||||||
|
|
||||||
/* pydtrace_probes.h, on systems with DTrace, is auto-generated to include
|
/* pydtrace_probes.h, on systems with DTrace, is auto-generated to include
|
||||||
`PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe
|
`PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe
|
||||||
defined in pydtrace_provider.d.
|
defined in pydtrace.d.
|
||||||
|
|
||||||
Calling these functions must be guarded by a `PyDTrace_{PROBE}_ENABLED()`
|
Calling these functions must be guarded by a `PyDTrace_{PROBE}_ENABLED()`
|
||||||
check to minimize performance impact when probing is off. For example:
|
check to minimize performance impact when probing is off. For example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue