-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Profiler] Properly initialize appDomainId #6630
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6630) - mean (69ms) : 66, 72
. : milestone, 69,
master - mean (69ms) : 65, 73
. : milestone, 69,
section CallTarget+Inlining+NGEN
This PR (6630) - mean (1,000ms) : 977, 1023
. : milestone, 1000,
master - mean (1,001ms) : 978, 1024
. : milestone, 1001,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6630) - mean (102ms) : 100, 104
. : milestone, 102,
master - mean (102ms) : 100, 105
. : milestone, 102,
section CallTarget+Inlining+NGEN
This PR (6630) - mean (681ms) : 662, 700
. : milestone, 681,
master - mean (676ms) : 659, 693
. : milestone, 676,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6630) - mean (89ms) : 87, 91
. : milestone, 89,
master - mean (89ms) : 87, 91
. : milestone, 89,
section CallTarget+Inlining+NGEN
This PR (6630) - mean (632ms) : 615, 650
. : milestone, 632,
master - mean (632ms) : 616, 648
. : milestone, 632,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6630) - mean (191ms) : 186, 195
. : milestone, 191,
master - mean (191ms) : 187, 195
. : milestone, 191,
section CallTarget+Inlining+NGEN
This PR (6630) - mean (1,114ms) : 1087, 1142
. : milestone, 1114,
master - mean (1,108ms) : 1072, 1144
. : milestone, 1108,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6630) - mean (272ms) : 267, 277
. : milestone, 272,
master - mean (270ms) : 264, 276
. : milestone, 270,
section CallTarget+Inlining+NGEN
This PR (6630) - mean (914ms) : 714, 1114
. : milestone, 914,
master - mean (863ms) : 834, 892
. : milestone, 863,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6630) - mean (264ms) : 258, 269
. : milestone, 264,
master - mean (263ms) : 259, 267
. : milestone, 263,
section CallTarget+Inlining+NGEN
This PR (6630) - mean (848ms) : 817, 879
. : milestone, 848,
master - mean (844ms) : 806, 882
. : milestone, 844,
|
Datadog ReportBranch report: ❌ 39 Failed (0 Known Flaky), 245315 Passed, 2855 Skipped, 20h 49m 6.18s Total Time ❌ Failed Tests (39)
|
Benchmarks Report for tracer 🐌Benchmarks for #6630 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Fewer allocations 🎉
|
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0 | 41.87 KB | 41.53 KB | -340 B | -0.81% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | WriteAndFlushEnrichedTraces |
net6.0 | 608μs | 3.32μs | 18.8μs | 0.604 | 0 | 0 | 41.87 KB |
master | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 670μs | 3.78μs | 27.5μs | 0.338 | 0 | 0 | 41.69 KB |
master | WriteAndFlushEnrichedTraces |
net472 | 840μs | 2.83μs | 10.6μs | 8.22 | 2.47 | 0.411 | 53.34 KB |
#6630 | WriteAndFlushEnrichedTraces |
net6.0 | 570μs | 2.64μs | 10.2μs | 0.563 | 0 | 0 | 41.53 KB |
#6630 | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 665μs | 3.6μs | 19.7μs | 0.324 | 0 | 0 | 41.74 KB |
#6630 | WriteAndFlushEnrichedTraces |
net472 | 862μs | 2.64μs | 9.51μs | 8.42 | 2.66 | 0.443 | 53.27 KB |
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteNonQuery |
net6.0 | 1.44μs | 2.09ns | 8.1ns | 0.0138 | 0 | 0 | 1.02 KB |
master | ExecuteNonQuery |
netcoreapp3.1 | 1.75μs | 2.38ns | 9.22ns | 0.0139 | 0 | 0 | 1.02 KB |
master | ExecuteNonQuery |
net472 | 2.07μs | 4.15ns | 16.1ns | 0.156 | 0.00103 | 0 | 987 B |
#6630 | ExecuteNonQuery |
net6.0 | 1.31μs | 1.69ns | 6.56ns | 0.0145 | 0 | 0 | 1.02 KB |
#6630 | ExecuteNonQuery |
netcoreapp3.1 | 1.78μs | 1.21ns | 4.7ns | 0.0135 | 0 | 0 | 1.02 KB |
#6630 | ExecuteNonQuery |
net472 | 2.06μs | 2.29ns | 8.57ns | 0.156 | 0.00103 | 0 | 987 B |
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | CallElasticsearch |
net6.0 | 1.21μs | 0.404ns | 1.51ns | 0.0139 | 0 | 0 | 976 B |
master | CallElasticsearch |
netcoreapp3.1 | 1.5μs | 0.958ns | 3.59ns | 0.0128 | 0 | 0 | 976 B |
master | CallElasticsearch |
net472 | 2.46μs | 2.36ns | 9.14ns | 0.158 | 0 | 0 | 995 B |
master | CallElasticsearchAsync |
net6.0 | 1.37μs | 1.01ns | 3.76ns | 0.013 | 0 | 0 | 952 B |
master | CallElasticsearchAsync |
netcoreapp3.1 | 1.71μs | 0.965ns | 3.61ns | 0.0139 | 0 | 0 | 1.02 KB |
master | CallElasticsearchAsync |
net472 | 2.67μs | 1.97ns | 7.63ns | 0.166 | 0 | 0 | 1.05 KB |
#6630 | CallElasticsearch |
net6.0 | 1.29μs | 0.562ns | 2.1ns | 0.0132 | 0 | 0 | 976 B |
#6630 | CallElasticsearch |
netcoreapp3.1 | 1.51μs | 1.06ns | 3.81ns | 0.0129 | 0 | 0 | 976 B |
#6630 | CallElasticsearch |
net472 | 2.44μs | 2.26ns | 8.47ns | 0.158 | 0 | 0 | 995 B |
#6630 | CallElasticsearchAsync |
net6.0 | 1.26μs | 0.328ns | 1.14ns | 0.0132 | 0 | 0 | 952 B |
#6630 | CallElasticsearchAsync |
netcoreapp3.1 | 1.63μs | 0.988ns | 3.7ns | 0.0139 | 0 | 0 | 1.02 KB |
#6630 | CallElasticsearchAsync |
net472 | 2.74μs | 1.48ns | 5.72ns | 0.166 | 0 | 0 | 1.05 KB |
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteAsync |
net6.0 | 1.44μs | 1.02ns | 3.96ns | 0.013 | 0 | 0 | 952 B |
master | ExecuteAsync |
netcoreapp3.1 | 1.71μs | 0.954ns | 3.7ns | 0.012 | 0 | 0 | 952 B |
master | ExecuteAsync |
net472 | 1.86μs | 0.559ns | 2.09ns | 0.145 | 0 | 0 | 915 B |
#6630 | ExecuteAsync |
net6.0 | 1.38μs | 0.699ns | 2.71ns | 0.0131 | 0 | 0 | 952 B |
#6630 | ExecuteAsync |
netcoreapp3.1 | 1.69μs | 1ns | 3.89ns | 0.0124 | 0 | 0 | 952 B |
#6630 | ExecuteAsync |
net472 | 1.93μs | 0.634ns | 2.37ns | 0.145 | 0 | 0 | 915 B |
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendAsync |
net6.0 | 4.41μs | 1.19ns | 4.47ns | 0.0331 | 0 | 0 | 2.31 KB |
master | SendAsync |
netcoreapp3.1 | 5.35μs | 3.47ns | 13ns | 0.0374 | 0 | 0 | 2.85 KB |
master | SendAsync |
net472 | 7.37μs | 2.03ns | 7.85ns | 0.495 | 0 | 0 | 3.12 KB |
#6630 | SendAsync |
net6.0 | 4.41μs | 1.84ns | 6.89ns | 0.0334 | 0 | 0 | 2.31 KB |
#6630 | SendAsync |
netcoreapp3.1 | 5.36μs | 3.49ns | 13.5ns | 0.0374 | 0 | 0 | 2.85 KB |
#6630 | SendAsync |
net472 | 7.5μs | 1.84ns | 7.12ns | 0.494 | 0 | 0 | 3.12 KB |
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 1.58μs | 0.493ns | 1.78ns | 0.023 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
netcoreapp3.1 | 2.19μs | 1.07ns | 3.99ns | 0.0228 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
net472 | 2.67μs | 4.35ns | 16.9ns | 0.25 | 0 | 0 | 1.57 KB |
#6630 | EnrichedLog |
net6.0 | 1.55μs | 1.07ns | 4ns | 0.0234 | 0 | 0 | 1.64 KB |
#6630 | EnrichedLog |
netcoreapp3.1 | 2.22μs | 0.917ns | 3.43ns | 0.0223 | 0 | 0 | 1.64 KB |
#6630 | EnrichedLog |
net472 | 2.66μs | 1.73ns | 6.7ns | 0.249 | 0 | 0 | 1.57 KB |
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 112μs | 212ns | 822ns | 0.0558 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
netcoreapp3.1 | 117μs | 148ns | 573ns | 0.0582 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
net472 | 151μs | 82.1ns | 307ns | 0.681 | 0.227 | 0 | 4.46 KB |
#6630 | EnrichedLog |
net6.0 | 111μs | 138ns | 515ns | 0.056 | 0 | 0 | 4.28 KB |
#6630 | EnrichedLog |
netcoreapp3.1 | 116μs | 146ns | 546ns | 0.0582 | 0 | 0 | 4.28 KB |
#6630 | EnrichedLog |
net472 | 149μs | 85.1ns | 295ns | 0.669 | 0.223 | 0 | 4.46 KB |
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 3.11μs | 0.496ns | 1.72ns | 0.0311 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
netcoreapp3.1 | 4.2μs | 2.35ns | 8.79ns | 0.0294 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
net472 | 5.03μs | 1.01ns | 3.79ns | 0.32 | 0 | 0 | 2.02 KB |
#6630 | EnrichedLog |
net6.0 | 2.91μs | 1.93ns | 7.22ns | 0.0305 | 0 | 0 | 2.2 KB |
#6630 | EnrichedLog |
netcoreapp3.1 | 4.22μs | 2.14ns | 8.29ns | 0.0295 | 0 | 0 | 2.2 KB |
#6630 | EnrichedLog |
net472 | 5.1μs | 1.29ns | 4.99ns | 0.321 | 0 | 0 | 2.02 KB |
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendReceive |
net6.0 | 1.27μs | 0.38ns | 1.47ns | 0.0159 | 0 | 0 | 1.14 KB |
master | SendReceive |
netcoreapp3.1 | 1.77μs | 0.486ns | 1.68ns | 0.015 | 0 | 0 | 1.14 KB |
master | SendReceive |
net472 | 2.12μs | 2.85ns | 11.1ns | 0.183 | 0 | 0 | 1.16 KB |
#6630 | SendReceive |
net6.0 | 1.38μs | 0.67ns | 2.59ns | 0.0158 | 0 | 0 | 1.14 KB |
#6630 | SendReceive |
netcoreapp3.1 | 1.74μs | 3.8ns | 14.7ns | 0.0156 | 0 | 0 | 1.14 KB |
#6630 | SendReceive |
net472 | 2.12μs | 0.617ns | 2.22ns | 0.183 | 0 | 0 | 1.16 KB |
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 2.77μs | 1.19ns | 4.44ns | 0.022 | 0 | 0 | 1.6 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.97μs | 5.6ns | 20.9ns | 0.0217 | 0 | 0 | 1.65 KB |
master | EnrichedLog |
net472 | 4.3μs | 3.26ns | 12.6ns | 0.323 | 0 | 0 | 2.04 KB |
#6630 | EnrichedLog |
net6.0 | 2.75μs | 0.97ns | 3.76ns | 0.0221 | 0 | 0 | 1.6 KB |
#6630 | EnrichedLog |
netcoreapp3.1 | 3.97μs | 1.89ns | 7.31ns | 0.0219 | 0 | 0 | 1.65 KB |
#6630 | EnrichedLog |
net472 | 4.36μs | 3.67ns | 14.2ns | 0.322 | 0 | 0 | 2.04 KB |
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 391ns | 0.461ns | 1.79ns | 0.00817 | 0 | 0 | 576 B |
master | StartFinishSpan |
netcoreapp3.1 | 557ns | 0.82ns | 3.18ns | 0.00784 | 0 | 0 | 576 B |
master | StartFinishSpan |
net472 | 584ns | 1.27ns | 4.91ns | 0.0915 | 0 | 0 | 578 B |
master | StartFinishScope |
net6.0 | 515ns | 0.487ns | 1.89ns | 0.00983 | 0 | 0 | 696 B |
master | StartFinishScope |
netcoreapp3.1 | 742ns | 1.68ns | 6.07ns | 0.00932 | 0 | 0 | 696 B |
master | StartFinishScope |
net472 | 839ns | 2.27ns | 8.78ns | 0.105 | 0 | 0 | 658 B |
#6630 | StartFinishSpan |
net6.0 | 405ns | 0.609ns | 2.36ns | 0.00816 | 0 | 0 | 576 B |
#6630 | StartFinishSpan |
netcoreapp3.1 | 585ns | 0.903ns | 3.5ns | 0.00788 | 0 | 0 | 576 B |
#6630 | StartFinishSpan |
net472 | 564ns | 0.906ns | 3.51ns | 0.0916 | 0 | 0 | 578 B |
#6630 | StartFinishScope |
net6.0 | 507ns | 0.453ns | 1.75ns | 0.00978 | 0 | 0 | 696 B |
#6630 | StartFinishScope |
netcoreapp3.1 | 679ns | 1.08ns | 4.19ns | 0.00937 | 0 | 0 | 696 B |
#6630 | StartFinishScope |
net472 | 773ns | 2.07ns | 8.03ns | 0.104 | 0 | 0 | 658 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 733ns | 1.3ns | 5.05ns | 0.00951 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 907ns | 1.48ns | 5.73ns | 0.00936 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
net472 | 1.16μs | 1.52ns | 5.88ns | 0.105 | 0 | 0 | 658 B |
#6630 | RunOnMethodBegin |
net6.0 | 685ns | 1.31ns | 5.07ns | 0.00964 | 0 | 0 | 696 B |
#6630 | RunOnMethodBegin |
netcoreapp3.1 | 876ns | 2.46ns | 9.53ns | 0.00919 | 0 | 0 | 696 B |
#6630 | RunOnMethodBegin |
net472 | 1.08μs | 1.72ns | 6.67ns | 0.104 | 0 | 0 | 658 B |
ec12bb9
to
c03aa18
Compare
Summary of changes
The contention profiler and the allocation profiler don't set the appDomainId if the managed thread can't be found (it can happen, for instance, if it has exited). Because the
RawSample
isn't zero'd at construction, this causes the field to contain garbage, which can cause crashes down the line.Also, some error paths set the appDomainId to -1. I changed it to 0 because it's the value expected by the code that uses it and by the CLR.
Reason for change
This was found thanks to a crash dump in the CI, but there has been crash reports that we failed to understand until now.