Skip to content
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] Gleocadie/clean up profiler code #6291

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gleocadie
Copy link
Collaborator

Summary of changes

Reason for change

Implementation details

Test coverage

Other details

@github-actions github-actions bot added the area:profiler Issues related to the continous-profiler label Nov 14, 2024
@gleocadie gleocadie force-pushed the gleocadie/clean-up-profiler-code branch from b70b8c9 to a0211e3 Compare November 14, 2024 22:34
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 14, 2024

Datadog Report

Branch report: gleocadie/clean-up-profiler-code
Commit report: 3a5cef0
Test service: dd-trace-dotnet

❌ 1 Failed (0 Known Flaky), 449445 Passed, 3173 Skipped, 21h 12m 4.68s Total Time

❌ Failed Tests (1)

  • GenerateDumpIfDbgRequested - Datadog.Profiler.IntegrationTests.LinuxOnly.WrapperLibraryTest - Details

    Expand for error
     Expected success to be true, but found False.
    

@andrewlock
Copy link
Member

andrewlock commented Nov 14, 2024

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:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

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 (6291) - mean (72ms)  : 63, 81
     .   : milestone, 72,
    master - mean (71ms)  : 63, 80
     .   : milestone, 71,

    section CallTarget+Inlining+NGEN
    This PR (6291) - mean (1,112ms)  : 1091, 1133
     .   : milestone, 1112,
    master - mean (1,107ms)  : 1087, 1127
     .   : milestone, 1107,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6291) - mean (108ms)  : 105, 111
     .   : milestone, 108,
    master - mean (108ms)  : 106, 111
     .   : milestone, 108,

    section CallTarget+Inlining+NGEN
    This PR (6291) - mean (766ms)  : 752, 780
     .   : milestone, 766,
    master - mean (764ms)  : 749, 779
     .   : milestone, 764,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6291) - mean (92ms)  : 90, 94
     .   : milestone, 92,
    master - mean (92ms)  : 89, 94
     .   : milestone, 92,

    section CallTarget+Inlining+NGEN
    This PR (6291) - mean (716ms)  : 703, 728
     .   : milestone, 716,
    master - mean (723ms)  : 711, 735
     .   : milestone, 723,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6291) - mean (191ms)  : 186, 195
     .   : milestone, 191,
    master - mean (192ms)  : 184, 200
     .   : milestone, 192,

    section CallTarget+Inlining+NGEN
    This PR (6291) - mean (1,211ms)  : 1192, 1231
     .   : milestone, 1211,
    master - mean (1,208ms)  : 1188, 1228
     .   : milestone, 1208,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6291) - mean (276ms)  : 273, 280
     .   : milestone, 276,
    master - mean (276ms)  : 272, 279
     .   : milestone, 276,

    section CallTarget+Inlining+NGEN
    This PR (6291) - mean (941ms)  : 919, 963
     .   : milestone, 941,
    master - mean (943ms)  : 922, 964
     .   : milestone, 943,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6291) - mean (265ms)  : 261, 270
     .   : milestone, 265,
    master - mean (265ms)  : 261, 269
     .   : milestone, 265,

    section CallTarget+Inlining+NGEN
    This PR (6291) - mean (923ms)  : 903, 944
     .   : milestone, 923,
    master - mean (926ms)  : 905, 948
     .   : milestone, 926,

Loading

@gleocadie gleocadie force-pushed the gleocadie/clean-up-profiler-code branch from a0211e3 to c5fd5dc Compare November 15, 2024 08:09
@gleocadie gleocadie force-pushed the gleocadie/clean-up-profiler-code branch from c5fd5dc to 3a5cef0 Compare November 15, 2024 08:28
@andrewlock
Copy link
Member

Benchmarks Report for tracer 🐌

Benchmarks for #6291 compared to master:

  • 2 benchmarks are faster, with geometric mean 1.176
  • 3 benchmarks are slower, with geometric mean 1.131
  • All benchmarks have the same allocations

The following thresholds were used for comparing the benchmark speeds:

  • Mann–Whitney U test with statistical test for significance of 5%
  • Only results indicating a difference greater than 10% and 0.3 ns are considered.

Allocation changes below 0.5% are ignored.

Benchmark details

Benchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 7.93μs 44.8ns 304ns 0.0162 0.00809 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10.1μs 53.4ns 366ns 0.0157 0.00522 0 5.8 KB
master StartStopWithChild net472 16.3μs 64.2ns 249ns 1.04 0.307 0.0969 6.22 KB
#6291 StartStopWithChild net6.0 8.14μs 44.8ns 253ns 0.0155 0.00777 0 5.61 KB
#6291 StartStopWithChild netcoreapp3.1 10μs 54.9ns 334ns 0.0248 0.00992 0 5.8 KB
#6291 StartStopWithChild net472 16.2μs 42ns 163ns 1.04 0.313 0.104 6.21 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 528μs 380ns 1.42μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 657μs 292ns 1.09μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 859μs 402ns 1.39μs 0.428 0 0 3.3 KB
#6291 WriteAndFlushEnrichedTraces net6.0 483μs 167ns 602ns 0 0 0 2.7 KB
#6291 WriteAndFlushEnrichedTraces netcoreapp3.1 667μs 493ns 1.91μs 0 0 0 2.7 KB
#6291 WriteAndFlushEnrichedTraces net472 857μs 425ns 1.65μs 0.428 0 0 3.3 KB
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 203μs 1.16μs 8.41μs 0.195 0 0 18.73 KB
master SendRequest netcoreapp3.1 222μs 1.31μs 12.5μs 0.208 0 0 20.89 KB
master SendRequest net472 0.00177ns 0.00122ns 0.00441ns 0 0 0 0 b
#6291 SendRequest net6.0 202μs 1.16μs 8.9μs 0.207 0 0 18.73 KB
#6291 SendRequest netcoreapp3.1 224μs 1.27μs 9.69μs 0.207 0 0 20.89 KB
#6291 SendRequest net472 0.000559ns 0.000331ns 0.00128ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 569μs 2.64μs 10.6μs 0.563 0 0 41.55 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 687μs 3.43μs 14.5μs 0.334 0 0 41.89 KB
master WriteAndFlushEnrichedTraces net472 868μs 2.87μs 10.7μs 8.56 2.57 0.428 53.26 KB
#6291 WriteAndFlushEnrichedTraces net6.0 551μs 2.37μs 8.22μs 0.563 0 0 41.55 KB
#6291 WriteAndFlushEnrichedTraces netcoreapp3.1 694μs 3.59μs 16.5μs 0.34 0 0 41.79 KB
#6291 WriteAndFlushEnrichedTraces net472 878μs 3.55μs 13.7μs 8.19 2.59 0.431 53.32 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.27μs 1.08ns 4.05ns 0.014 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.75μs 1.44ns 5.37ns 0.0133 0 0 1.02 KB
master ExecuteNonQuery net472 2.07μs 1.94ns 7.25ns 0.157 0.00104 0 987 B
#6291 ExecuteNonQuery net6.0 1.31μs 0.687ns 2.66ns 0.0138 0 0 1.02 KB
#6291 ExecuteNonQuery netcoreapp3.1 1.75μs 1.73ns 6.68ns 0.0139 0 0 1.02 KB
#6291 ExecuteNonQuery net472 2.1μs 1.42ns 5.31ns 0.156 0.00106 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.19μs 0.53ns 1.98ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.55μs 2.29ns 8.89ns 0.0131 0 0 976 B
master CallElasticsearch net472 2.6μs 1.76ns 6.59ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.33μs 0.365ns 1.32ns 0.0133 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.56μs 0.603ns 2.34ns 0.014 0 0 1.02 KB
master CallElasticsearchAsync net472 2.6μs 0.546ns 1.97ns 0.167 0 0 1.05 KB
#6291 CallElasticsearch net6.0 1.25μs 4.19ns 16.2ns 0.0137 0 0 976 B
#6291 CallElasticsearch netcoreapp3.1 1.54μs 0.647ns 2.42ns 0.0132 0 0 976 B
#6291 CallElasticsearch net472 2.64μs 0.771ns 2.89ns 0.157 0 0 995 B
#6291 CallElasticsearchAsync net6.0 1.27μs 0.632ns 2.36ns 0.0128 0 0 952 B
#6291 CallElasticsearchAsync netcoreapp3.1 1.64μs 0.746ns 2.89ns 0.0132 0 0 1.02 KB
#6291 CallElasticsearchAsync net472 2.74μs 12.4ns 48.2ns 0.167 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.26μs 0.434ns 1.63ns 0.0132 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.62μs 1.23ns 4.61ns 0.0122 0 0 952 B
master ExecuteAsync net472 1.88μs 1.22ns 4.71ns 0.145 0 0 915 B
#6291 ExecuteAsync net6.0 1.29μs 0.92ns 3.44ns 0.0136 0 0 952 B
#6291 ExecuteAsync netcoreapp3.1 1.67μs 0.715ns 2.68ns 0.0126 0 0 952 B
#6291 ExecuteAsync net472 1.89μs 0.503ns 1.81ns 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.33μs 1.2ns 4.32ns 0.0325 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.38μs 1.53ns 5.73ns 0.0375 0 0 2.85 KB
master SendAsync net472 7.49μs 1.11ns 4ns 0.496 0 0 3.12 KB
#6291 SendAsync net6.0 4.3μs 0.864ns 3.12ns 0.0323 0 0 2.31 KB
#6291 SendAsync netcoreapp3.1 5.41μs 1.71ns 6.61ns 0.0378 0 0 2.85 KB
#6291 SendAsync net472 7.45μs 1.17ns 4.37ns 0.495 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.46μs 0.48ns 1.73ns 0.0229 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.09μs 1.23ns 4.77ns 0.023 0 0 1.64 KB
master EnrichedLog net472 2.71μs 1.59ns 6.16ns 0.25 0 0 1.57 KB
#6291 EnrichedLog net6.0 1.53μs 3.46ns 13.4ns 0.0231 0 0 1.64 KB
#6291 EnrichedLog netcoreapp3.1 2.17μs 5.25ns 18.9ns 0.0226 0 0 1.64 KB
#6291 EnrichedLog net472 2.52μs 2.05ns 7.96ns 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 121μs 185ns 715ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 124μs 239ns 925ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 111ns 416ns 0.684 0.228 0 4.46 KB
#6291 EnrichedLog net6.0 120μs 107ns 413ns 0.06 0 0 4.28 KB
#6291 EnrichedLog netcoreapp3.1 124μs 156ns 605ns 0 0 0 4.28 KB
#6291 EnrichedLog net472 153μs 120ns 450ns 0.687 0.229 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 2.96μs 0.889ns 3.33ns 0.031 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.26μs 16.3ns 60.9ns 0.0289 0 0 2.2 KB
master EnrichedLog net472 4.94μs 1.02ns 3.82ns 0.32 0 0 2.02 KB
#6291 EnrichedLog net6.0 2.89μs 4.28ns 16.6ns 0.0304 0 0 2.2 KB
#6291 EnrichedLog netcoreapp3.1 4.16μs 1.57ns 5.87ns 0.0291 0 0 2.2 KB
#6291 EnrichedLog net472 5.03μs 0.931ns 3.48ns 0.319 0 0 2.02 KB
Benchmarks.Trace.RedisBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #6291

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.RedisBenchmark.SendReceive‑net6.0 1.152 1,473.56 1,278.62

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.47μs 0.453ns 1.63ns 0.0162 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.84μs 1.08ns 4.17ns 0.0155 0 0 1.14 KB
master SendReceive net472 2.17μs 0.769ns 2.98ns 0.183 0 0 1.16 KB
#6291 SendReceive net6.0 1.28μs 0.5ns 1.87ns 0.016 0 0 1.14 KB
#6291 SendReceive netcoreapp3.1 1.83μs 0.801ns 3.1ns 0.0156 0 0 1.14 KB
#6291 SendReceive net472 2.09μs 1.16ns 4.5ns 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.61μs 0.941ns 3.64ns 0.0221 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.95μs 1.48ns 5.12ns 0.0217 0 0 1.65 KB
master EnrichedLog net472 4.32μs 1.75ns 6.55ns 0.324 0 0 2.04 KB
#6291 EnrichedLog net6.0 2.89μs 2.02ns 6.99ns 0.0222 0 0 1.6 KB
#6291 EnrichedLog netcoreapp3.1 3.86μs 1.82ns 7.03ns 0.0213 0 0 1.65 KB
#6291 EnrichedLog net472 4.37μs 1.47ns 5.5ns 0.324 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6291

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 1.159 396.85 459.90
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net472 1.122 856.63 961.12

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 397ns 0.217ns 0.841ns 0.00812 0 0 576 B
master StartFinishSpan netcoreapp3.1 559ns 0.447ns 1.73ns 0.00768 0 0 576 B
master StartFinishSpan net472 606ns 1.2ns 4.66ns 0.0917 0 0 578 B
master StartFinishScope net6.0 490ns 0.172ns 0.666ns 0.00987 0 0 696 B
master StartFinishScope netcoreapp3.1 765ns 0.77ns 2.98ns 0.00921 0 0 696 B
master StartFinishScope net472 857ns 0.977ns 3.78ns 0.104 0 0 658 B
#6291 StartFinishSpan net6.0 460ns 0.333ns 1.29ns 0.00799 0 0 576 B
#6291 StartFinishSpan netcoreapp3.1 613ns 0.44ns 1.71ns 0.00776 0 0 576 B
#6291 StartFinishSpan net472 676ns 0.773ns 2.99ns 0.0917 0 0 578 B
#6291 StartFinishScope net6.0 486ns 0.475ns 1.84ns 0.00972 0 0 696 B
#6291 StartFinishScope netcoreapp3.1 781ns 0.461ns 1.78ns 0.00931 0 0 696 B
#6291 StartFinishScope net472 959ns 1.34ns 5.19ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6291

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net472 1.114 1,050.21 1,169.46

Faster 🎉 in #6291

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 1.201 734.21 611.50

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 734ns 0.618ns 2.39ns 0.0099 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 942ns 0.844ns 3.27ns 0.00947 0 0 696 B
master RunOnMethodBegin net472 1.05μs 1.25ns 4.85ns 0.104 0 0 658 B
#6291 RunOnMethodBegin net6.0 611ns 0.642ns 2.49ns 0.00963 0 0 696 B
#6291 RunOnMethodBegin netcoreapp3.1 975ns 0.783ns 2.82ns 0.0093 0 0 696 B
#6291 RunOnMethodBegin net472 1.17μs 0.772ns 2.99ns 0.105 0 0 658 B

@andrewlock
Copy link
Member

Throughput/Crank Report ⚡

Throughput results for AspNetCoreSimpleController comparing the following branches/commits:

Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red.

Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards!

gantt
    title Throughput Linux x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6291) (11.214M)   : 0, 11214156
    master (11.120M)   : 0, 11120201
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6291) (7.210M)   : 0, 7209624
    master (7.143M)   : 0, 7143247
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.563M)   : 0, 7562834

    section Manual
    master (11.052M)   : 0, 11051540

    section Manual + Automatic
    This PR (6291) (6.764M)   : 0, 6763612
    master (6.532M)   : 0, 6532471

    section DD_TRACE_ENABLED=0
    master (10.176M)   : 0, 10176174

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6291) (9.704M)   : 0, 9703682
    master (9.435M)   : 0, 9435139
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6291) (6.488M)   : 0, 6488026
    master (6.301M)   : 0, 6300608

    section Trace stats
    master (6.646M)   : 0, 6646045

    section Manual
    master (9.564M)   : 0, 9563833

    section Manual + Automatic
    This PR (6291) (6.063M)   : 0, 6062807
    master (5.897M)   : 0, 5897193

    section DD_TRACE_ENABLED=0
    master (8.862M)   : 0, 8862065

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6291) (9.487M)   : 0, 9487238
    master (9.832M)   : 0, 9832351
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6291) (6.162M)   : 0, 6161772
    master (6.258M)   : 0, 6258447
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (6.950M)   : 0, 6950057

    section Manual
    master (9.945M)   : 0, 9945109

    section Manual + Automatic
    This PR (6291) (5.774M)   : 0, 5773712
    master (5.742M)   : 0, 5742033

    section DD_TRACE_ENABLED=0
    master (9.091M)   : 0, 9091089

Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:profiler Issues related to the continous-profiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants