We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c774239 commit 0a1c52eCopy full SHA for 0a1c52e
1 file changed
Lib/profiling/sampling/sample.py
@@ -9,7 +9,10 @@
9
10
from .constants import (
11
PROFILING_MODE_WALL,
12
+ PROFILING_MODE_CPU,
13
+ PROFILING_MODE_GIL,
14
PROFILING_MODE_ALL,
15
+ PROFILING_MODE_EXCEPTION,
16
)
17
from ._format_utils import fmt
18
try:
0 commit comments