[SymDB] DEBUG-5382 Add injectable line ranges to method scopes#8544
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8544) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-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 highlighted 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). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (74ms) : 70, 78
master - mean (73ms) : 69, 78
section Bailout
This PR (8544) - mean (80ms) : 76, 84
master - mean (77ms) : 75, 80
section CallTarget+Inlining+NGEN
This PR (8544) - mean (1,134ms) : 1061, 1207
master - mean (1,124ms) : 1074, 1174
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (119ms) : 114, 125
master - mean (114ms) : 109, 118
section Bailout
This PR (8544) - mean (117ms) : 112, 121
master - mean (119ms) : 112, 127
section CallTarget+Inlining+NGEN
This PR (8544) - mean (811ms) : 787, 835
master - mean (805ms) : 780, 831
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (105ms) : 98, 111
master - mean (104ms) : 97, 111
section Bailout
This PR (8544) - mean (104ms) : 99, 108
master - mean (103ms) : 98, 108
section CallTarget+Inlining+NGEN
This PR (8544) - mean (944ms) : 907, 981
master - mean (942ms) : 899, 985
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (101ms) : 97, 104
master - mean (100ms) : 96, 103
section Bailout
This PR (8544) - mean (105ms) : 100, 110
master - mean (105ms) : 98, 111
section CallTarget+Inlining+NGEN
This PR (8544) - mean (831ms) : 790, 872
master - mean (840ms) : 766, 914
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (204ms) : 194, 214
master - mean (202ms) : 192, 212
section Bailout
This PR (8544) - mean (207ms) : 197, 217
master - mean (206ms) : 197, 215
section CallTarget+Inlining+NGEN
This PR (8544) - mean (1,246ms) : 1212, 1281
master - mean (1,243ms) : 1191, 1294
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (293ms) : 276, 309
master - mean (292ms) : 279, 305
section Bailout
This PR (8544) - mean (291ms) : 276, 307
master - mean (292ms) : 281, 303
section CallTarget+Inlining+NGEN
This PR (8544) - mean (991ms) : 970, 1013
master - mean (985ms) : 958, 1011
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (284ms) : 268, 301
master - mean (285ms) : 274, 297
section Bailout
This PR (8544) - mean (285ms) : 272, 298
master - mean (284ms) : 275, 293
section CallTarget+Inlining+NGEN
This PR (8544) - mean (1,168ms) : 1135, 1202
master - mean (1,162ms) : 1124, 1200
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8544) - mean (286ms) : 269, 302
master - mean (283ms) : 273, 294
section Bailout
This PR (8544) - mean (284ms) : 272, 296
master - mean (285ms) : 274, 297
section CallTarget+Inlining+NGEN
This PR (8544) - mean (1,051ms) : 1003, 1099
master - mean (1,045ms) : 992, 1099
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-04-30 01:49:53 Comparing candidate commit 08b8599 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 59 known flaky benchmarks, 28 flaky benchmarks without significant changes.
|
Summary of changes
has_injectible_linesandinjectible_linesto SymDB method scopes.Reason for change
Implementation details
has_injectible_lines = false, then populate ranges when PDB-backed sequence points are available.MoveNext()sequence points.Test coverage
SymbolsTests.SymbolExtractorTest