[Profiler] Native pprof exporter#8896
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8896) 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 (8896) - mean (71ms) : 67, 75
master - mean (71ms) : 66, 75
section Bailout
This PR (8896) - mean (76ms) : 72, 80
master - mean (74ms) : 72, 75
section CallTarget+Inlining+NGEN
This PR (8896) - mean (1,080ms) : 1039, 1121
master - mean (1,078ms) : 1039, 1118
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 (8896) - mean (112ms) : 105, 119
master - mean (109ms) : 104, 115
section Bailout
This PR (8896) - mean (113ms) : 107, 119
master - mean (110ms) : 108, 111
section CallTarget+Inlining+NGEN
This PR (8896) - mean (776ms) : 751, 800
master - mean (778ms) : 756, 800
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8896) - mean (96ms) : 94, 99
master - mean (96ms) : 94, 98
section Bailout
This PR (8896) - mean (100ms) : 93, 106
master - mean (100ms) : 94, 106
section CallTarget+Inlining+NGEN
This PR (8896) - mean (942ms) : 899, 984
master - mean (939ms) : 905, 974
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8896) - mean (96ms) : 91, 102
master - mean (96ms) : 91, 100
section Bailout
This PR (8896) - mean (95ms) : 94, 97
master - mean (95ms) : 93, 97
section CallTarget+Inlining+NGEN
This PR (8896) - mean (812ms) : 772, 853
master - mean (812ms) : 775, 848
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 (8896) - mean (190ms) : 186, 194
master - mean (190ms) : 187, 194
section Bailout
This PR (8896) - mean (194ms) : 192, 196
master - mean (193ms) : 191, 195
section CallTarget+Inlining+NGEN
This PR (8896) - mean (1,164ms) : 1122, 1205
master - mean (1,163ms) : 1121, 1205
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 (8896) - mean (272ms) : 267, 277
master - mean (272ms) : 268, 276
section Bailout
This PR (8896) - mean (272ms) : 269, 275
master - mean (273ms) : 270, 276
section CallTarget+Inlining+NGEN
This PR (8896) - mean (933ms) : 916, 949
master - mean (935ms) : 912, 958
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8896) - mean (266ms) : 261, 271
master - mean (266ms) : 262, 270
section Bailout
This PR (8896) - mean (265ms) : 263, 268
master - mean (266ms) : 263, 268
section CallTarget+Inlining+NGEN
This PR (8896) - mean (1,134ms) : 1083, 1184
master - mean (1,139ms) : 1104, 1173
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8896) - mean (263ms) : 259, 268
master - mean (263ms) : 259, 267
section Bailout
This PR (8896) - mean (263ms) : 261, 266
master - mean (263ms) : 260, 266
section CallTarget+Inlining+NGEN
This PR (8896) - mean (1,012ms) : 966, 1057
master - mean (1,020ms) : 982, 1058
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-07-13 07:47:02 Comparing candidate commit 8e6b38d in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 70 metrics, 0 unstable metrics, 58 known flaky benchmarks, 68 flaky benchmarks without significant changes.
|
Summary of changes
Use native C++ pprof exporter
Reason for change
Investigate libdatadog replacement
Implementation details
Test coverage
Other details