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 1b909df commit e8a6830Copy full SHA for e8a6830
tests/profiling_v2/collector/test_threading.py
@@ -14,12 +14,13 @@
14
from tests.profiling.collector import pprof_utils
15
from tests.profiling.collector import test_collector
16
from tests.profiling.collector.lock_utils import get_lock_linenos
17
+from tests.profiling.collector.lock_utils import init_linenos
18
+
19
20
21
# Module-level globals for testing global lock profiling
22
_test_global_lock = None
23
_test_global_bar_instance = None
-from tests.profiling.collector.lock_utils import init_linenos
24
25
26
TESTING_GEVENT = os.getenv("DD_PROFILE_TEST_GEVENT", False)
0 commit comments