You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ddprof-stresstest/src/jmh/java/com/datadoghq/profiler/stresstest/scenarios/counters/ThreadFilterBenchmark.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,6 @@ public void tearDown() {
103
103
Thread.currentThread().interrupt();
104
104
}
105
105
106
-
// Stop the profiler if it's active
107
-
try {
108
-
profiler.stop();
109
-
} catch (IllegalStateExceptione) {
110
-
System.out.println("Profiler was not active at teardown.");
0 commit comments