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: dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/java/concurrent/TPEHelper.java
Copy file name to clipboardExpand all lines: dd-java-agent/agent-profiling/profiling-ddprof/src/main/java/com/datadog/profiling/ddprof/DatadogProfilingIntegration.java
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,40 @@ public void onSpanFinished(AgentSpan span) {
119
119
ctx.getEncodedResourceName());
120
120
}
121
121
122
+
// Calibration offset so System.nanoTime() values can be expressed as epoch nanoseconds.
123
+
// Computed once at class load to keep activation/deactivation overhead minimal.
0 commit comments