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] Add number of CPU samples to the profile #6646

Merged
merged 4 commits into from
Feb 14, 2025

Conversation

gleocadie
Copy link
Collaborator

Summary of changes

Add CPU samples to the profile.

Reason for change

Asked by the backend to enable samples indexing per sample (https://datadoghq.atlassian.net/browse/PROF-11330)

Implementation details

  • Add cpu-samples value so the CpuProvider can add it to the Sample
  • Update tests

Test coverage

Current tests should suffice.

Other details

@gleocadie gleocadie requested a review from a team as a code owner February 10, 2025 12:07
@github-actions github-actions bot added the area:profiler Issues related to the continous-profiler label Feb 10, 2025
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Feb 10, 2025

Datadog Report

Branch report: gleocadie/add-cpu-samples-value
Commit report: 0cb7269
Test service: dd-trace-dotnet

❌ 52 Failed (0 Known Flaky), 246317 Passed, 2908 Skipped, 20h 15m 28.22s Total Time

❌ Failed Tests (52)

This report shows up to 5 failed tests.

  • GetWalltimeSamplesIfWalltimeProfilerIsActivatedByDefault - Datadog.Profiler.IntegrationTests.CpuProfiler.CpuAndWallTimeTest - Details

    Expand for error
     Assert.True() Failure
     Expected: True
     Actual:   False
    
  • GetWalltimeSamplesIfWalltimeProfilerIsActivatedByDefault - Datadog.Profiler.IntegrationTests.CpuProfiler.CpuAndWallTimeTest - Details

    Expand for error
     Assert.True() Failure
     Expected: True
     Actual:   False
    
  • GetWalltimeSamplesIfWalltimeProfilerIsActivatedByDefault - Datadog.Profiler.IntegrationTests.CpuProfiler.CpuAndWallTimeTest - Details

    Expand for error
     Assert.True() Failure
     Expected: True
     Actual:   False
    
  • GetWalltimeSamplesIfWalltimeProfilerIsActivatedByDefault - Datadog.Profiler.IntegrationTests.CpuProfiler.CpuAndWallTimeTest - Details

    Expand for error
     Assert.True() Failure
     Expected: True
     Actual:   False
    
  • GetWalltimeSamplesIfWalltimeProfilerIsActivatedByDefault - Datadog.Profiler.IntegrationTests.CpuProfiler.CpuAndWallTimeTest - Details

    Expand for error
     Assert.True() Failure
     Expected: True
     Actual:   False
    

@andrewlock
Copy link
Member

andrewlock commented Feb 10, 2025

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 (6646) - mean (70ms)  : 63, 76
     .   : milestone, 70,
    master - mean (69ms)  : 65, 73
     .   : milestone, 69,

    section CallTarget+Inlining+NGEN
    This PR (6646) - mean (999ms)  : 977, 1021
     .   : milestone, 999,
    master - mean (992ms)  : 968, 1015
     .   : milestone, 992,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6646) - mean (103ms)  : 100, 105
     .   : milestone, 103,
    master - mean (101ms)  : 99, 103
     .   : milestone, 101,

    section CallTarget+Inlining+NGEN
    This PR (6646) - mean (673ms)  : 657, 689
     .   : milestone, 673,
    master - mean (671ms)  : 657, 685
     .   : milestone, 671,

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

    section CallTarget+Inlining+NGEN
    This PR (6646) - mean (630ms)  : 613, 647
     .   : milestone, 630,
    master - mean (629ms)  : 613, 646
     .   : milestone, 629,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6646) - mean (192ms)  : 187, 197
     .   : milestone, 192,
    master - mean (191ms)  : 187, 196
     .   : milestone, 191,

    section CallTarget+Inlining+NGEN
    This PR (6646) - mean (1,116ms)  : 1078, 1154
     .   : milestone, 1116,
    master - mean (1,110ms)  : 1081, 1138
     .   : milestone, 1110,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6646) - mean (274ms)  : 267, 281
     .   : milestone, 274,
    master - mean (271ms)  : 265, 278
     .   : milestone, 271,

    section CallTarget+Inlining+NGEN
    This PR (6646) - mean (868ms)  : 836, 900
     .   : milestone, 868,
    master - mean (867ms)  : 838, 895
     .   : milestone, 867,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6646) - mean (264ms)  : 260, 267
     .   : milestone, 264,
    master - mean (263ms)  : 259, 267
     .   : milestone, 263,

    section CallTarget+Inlining+NGEN
    This PR (6646) - mean (840ms)  : 810, 870
     .   : milestone, 840,
    master - mean (848ms)  : 810, 886
     .   : milestone, 848,

Loading

@andrewlock
Copy link
Member

andrewlock commented Feb 11, 2025

Benchmarks Report for tracer 🐌

Benchmarks for #6646 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.150
  • 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 8.15μs 46.5ns 360ns 0.0204 0.00815 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10μs 50.3ns 231ns 0.0154 0.00512 0 5.81 KB
master StartStopWithChild net472 16.1μs 56ns 210ns 1.04 0.299 0.105 6.22 KB
#6646 StartStopWithChild net6.0 8.02μs 44.6ns 275ns 0.0123 0.0041 0 5.62 KB
#6646 StartStopWithChild netcoreapp3.1 9.95μs 53.3ns 282ns 0.0244 0.0146 0.00488 5.8 KB
#6646 StartStopWithChild net472 16.2μs 39.6ns 153ns 1.06 0.322 0.105 6.22 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 487μs 418ns 1.56μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 708μs 390ns 1.51μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 859μs 673ns 2.61μs 0.425 0 0 3.3 KB
#6646 WriteAndFlushEnrichedTraces net6.0 480μs 343ns 1.33μs 0 0 0 2.7 KB
#6646 WriteAndFlushEnrichedTraces netcoreapp3.1 659μs 625ns 2.42μs 0 0 0 2.7 KB
#6646 WriteAndFlushEnrichedTraces net472 853μs 515ns 1.93μs 0.422 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 133μs 243ns 911ns 0.131 0 0 14.47 KB
master SendRequest netcoreapp3.1 150μs 224ns 869ns 0.224 0 0 17.27 KB
master SendRequest net472 0.000251ns 0.000179ns 0.000671ns 0 0 0 0 b
#6646 SendRequest net6.0 130μs 314ns 1.22μs 0.185 0 0 14.47 KB
#6646 SendRequest netcoreapp3.1 147μs 303ns 1.18μs 0.22 0 0 17.27 KB
#6646 SendRequest net472 0.000235ns 0.000137ns 0.000513ns 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 573μs 2.35μs 8.48μs 0.556 0 0 41.61 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 719μs 4.04μs 26.2μs 0.374 0 0 41.66 KB
master WriteAndFlushEnrichedTraces net472 863μs 4.17μs 17.7μs 8.39 2.52 0.419 53.3 KB
#6646 WriteAndFlushEnrichedTraces net6.0 576μs 3.06μs 16.2μs 0.551 0 0 41.55 KB
#6646 WriteAndFlushEnrichedTraces netcoreapp3.1 701μs 3.78μs 23.9μs 0.349 0 0 41.74 KB
#6646 WriteAndFlushEnrichedTraces net472 865μs 4.36μs 18.5μ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.19μs 0.995ns 3.72ns 0.0142 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.79μs 2.6ns 9.73ns 0.0136 0 0 1.02 KB
master ExecuteNonQuery net472 2.02μs 2.06ns 7.99ns 0.156 0.001 0 987 B
#6646 ExecuteNonQuery net6.0 1.28μs 1.66ns 6.43ns 0.0141 0 0 1.02 KB
#6646 ExecuteNonQuery netcoreapp3.1 1.77μs 2.93ns 11.4ns 0.0133 0 0 1.02 KB
#6646 ExecuteNonQuery net472 2.04μs 2.55ns 9.89ns 0.156 0.00101 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.32μs 0.543ns 2.03ns 0.014 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.56μs 0.535ns 2ns 0.0135 0 0 976 B
master CallElasticsearch net472 2.51μs 2.26ns 8.75ns 0.157 0 0 995 B
master CallElasticsearchAsync net6.0 1.25μs 0.651ns 2.44ns 0.0131 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.73μs 0.885ns 3.31ns 0.0138 0 0 1.02 KB
master CallElasticsearchAsync net472 2.55μs 1.46ns 5.45ns 0.167 0 0 1.05 KB
#6646 CallElasticsearch net6.0 1.24μs 0.397ns 1.48ns 0.0137 0 0 976 B
#6646 CallElasticsearch netcoreapp3.1 1.6μs 1.03ns 3.85ns 0.0128 0 0 976 B
#6646 CallElasticsearch net472 2.62μs 1.22ns 4.74ns 0.158 0 0 995 B
#6646 CallElasticsearchAsync net6.0 1.24μs 0.442ns 1.71ns 0.013 0 0 952 B
#6646 CallElasticsearchAsync netcoreapp3.1 1.71μs 0.769ns 2.77ns 0.0138 0 0 1.02 KB
#6646 CallElasticsearchAsync net472 2.55μs 1.77ns 6.87ns 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.3μs 0.603ns 2.17ns 0.013 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.69μs 1.16ns 4.18ns 0.0127 0 0 952 B
master ExecuteAsync net472 1.97μs 0.495ns 1.85ns 0.145 0 0 915 B
#6646 ExecuteAsync net6.0 1.3μs 1.45ns 5.63ns 0.0131 0 0 952 B
#6646 ExecuteAsync netcoreapp3.1 1.57μs 1.65ns 6.17ns 0.0126 0 0 952 B
#6646 ExecuteAsync net472 1.95μs 0.431ns 1.61ns 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.53μs 1.87ns 6.75ns 0.0316 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.31μs 2.91ns 10.5ns 0.0373 0 0 2.85 KB
master SendAsync net472 7.5μs 1.61ns 6.03ns 0.496 0 0 3.12 KB
#6646 SendAsync net6.0 4.25μs 2.48ns 9.62ns 0.032 0 0 2.31 KB
#6646 SendAsync netcoreapp3.1 5.53μs 16.5ns 59.4ns 0.0374 0 0 2.85 KB
#6646 SendAsync net472 7.43μs 1.12ns 4.04ns 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.54μs 0.984ns 3.68ns 0.0231 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.18μs 0.476ns 1.65ns 0.0219 0 0 1.64 KB
master EnrichedLog net472 2.64μs 0.756ns 2.93ns 0.249 0 0 1.57 KB
#6646 EnrichedLog net6.0 1.61μs 0.748ns 2.7ns 0.0233 0 0 1.64 KB
#6646 EnrichedLog netcoreapp3.1 2.12μs 1.42ns 5.3ns 0.0222 0 0 1.64 KB
#6646 EnrichedLog net472 2.62μs 1.11ns 4.3ns 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 114μs 178ns 689ns 0.0566 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 117μs 251ns 972ns 0 0 0 4.28 KB
master EnrichedLog net472 151μs 191ns 738ns 0.674 0.225 0 4.46 KB
#6646 EnrichedLog net6.0 113μs 80.7ns 302ns 0.0565 0 0 4.28 KB
#6646 EnrichedLog netcoreapp3.1 117μs 155ns 580ns 0 0 0 4.28 KB
#6646 EnrichedLog net472 151μs 227ns 878ns 0.673 0.224 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.04μs 0.834ns 3.12ns 0.0305 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.13μs 1.68ns 6.51ns 0.0288 0 0 2.2 KB
master EnrichedLog net472 4.99μs 0.688ns 2.66ns 0.319 0 0 2.02 KB
#6646 EnrichedLog net6.0 2.96μs 1.43ns 5.35ns 0.031 0 0 2.2 KB
#6646 EnrichedLog netcoreapp3.1 4.09μs 1.95ns 7.54ns 0.0293 0 0 2.2 KB
#6646 EnrichedLog net472 4.75μs 0.725ns 2.61ns 0.319 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.31μs 0.522ns 1.95ns 0.0163 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.81μs 0.675ns 2.62ns 0.0154 0 0 1.14 KB
master SendReceive net472 2.12μs 0.508ns 1.9ns 0.183 0 0 1.16 KB
#6646 SendReceive net6.0 1.39μs 0.479ns 1.85ns 0.0159 0 0 1.14 KB
#6646 SendReceive netcoreapp3.1 1.74μs 0.698ns 2.7ns 0.0156 0 0 1.14 KB
#6646 SendReceive net472 2.16μs 1.48ns 5.74ns 0.184 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.89μs 1.17ns 4.54ns 0.0217 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.79μs 2.7ns 10.5ns 0.0208 0 0 1.65 KB
master EnrichedLog net472 4.28μs 3.62ns 14ns 0.324 0 0 2.04 KB
#6646 EnrichedLog net6.0 2.7μs 0.831ns 3.22ns 0.0216 0 0 1.6 KB
#6646 EnrichedLog netcoreapp3.1 3.89μs 3.77ns 14.6ns 0.0214 0 0 1.65 KB
#6646 EnrichedLog net472 4.22μs 3.89ns 14.6ns 0.324 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #6646

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 1.150 461.34 401.02

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 461ns 0.51ns 1.97ns 0.00799 0 0 576 B
master StartFinishSpan netcoreapp3.1 545ns 0.729ns 2.82ns 0.00771 0 0 576 B
master StartFinishSpan net472 578ns 0.762ns 2.95ns 0.0916 0 0 578 B
master StartFinishScope net6.0 486ns 0.446ns 1.73ns 0.00982 0 0 696 B
master StartFinishScope netcoreapp3.1 677ns 0.955ns 3.7ns 0.0095 0 0 696 B
master StartFinishScope net472 767ns 1.63ns 6.31ns 0.104 0 0 658 B
#6646 StartFinishSpan net6.0 401ns 0.359ns 1.39ns 0.00816 0 0 576 B
#6646 StartFinishSpan netcoreapp3.1 553ns 1.07ns 4.14ns 0.00795 0 0 576 B
#6646 StartFinishSpan net472 636ns 1.25ns 4.84ns 0.0917 0 0 578 B
#6646 StartFinishScope net6.0 499ns 0.665ns 2.57ns 0.00988 0 0 696 B
#6646 StartFinishScope netcoreapp3.1 707ns 1.24ns 4.82ns 0.00933 0 0 696 B
#6646 StartFinishScope net472 769ns 1.16ns 4.49ns 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 645ns 0.591ns 2.29ns 0.00978 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 891ns 1.21ns 4.68ns 0.00945 0 0 696 B
master RunOnMethodBegin net472 1.01μs 1.92ns 7.44ns 0.105 0 0 658 B
#6646 RunOnMethodBegin net6.0 690ns 0.778ns 3.01ns 0.00975 0 0 696 B
#6646 RunOnMethodBegin netcoreapp3.1 883ns 1.18ns 4.57ns 0.00938 0 0 696 B
#6646 RunOnMethodBegin net472 1.05μs 0.943ns 3.65ns 0.104 0 0 658 B

@gleocadie gleocadie force-pushed the gleocadie/add-cpu-samples-value branch from d9fb1cf to 0cb7269 Compare February 11, 2025 12:45
Copy link
Contributor

@chrisnas chrisnas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect

@@ -33,8 +34,12 @@ public void GetCpuSamplesIfCpuProfilerIsActivatedByDefault(string appName, strin

runner.Run(agent);

// only cpu profiler enabled so should see 1 value per sample
SamplesHelper.CheckSamplesValueCount(runner.Environment.PprofDir, 1);
// only cpu profiler enabled so should see 1 value per sample
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// only cpu profiler enabled so should see 1 value per sample
// only cpu profiler enabled so should see 2 values per sample (duration and count)

@@ -51,8 +56,12 @@ public void GetWalltimeSamplesIfWalltimeProfilerIsActivatedByDefault(string appN

runner.Run(agent);

// only wall time profiler enabled so should see 1 value per sample
SamplesHelper.CheckSamplesValueCount(runner.Environment.PprofDir, 1);
// only cpu profiler enabled so should see 1 value per sample
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// only cpu profiler enabled so should see 1 value per sample
// only cpu profiler enabled so should see 2 values per sample (duration and count)

@gleocadie gleocadie force-pushed the gleocadie/add-cpu-samples-value branch from 0cb7269 to 980ee7f Compare February 13, 2025 14:51
@gleocadie gleocadie force-pushed the gleocadie/add-cpu-samples-value branch from 980ee7f to ff655a8 Compare February 14, 2025 11:35
@gleocadie gleocadie merged commit 36062bf into master Feb 14, 2025
147 of 150 checks passed
@gleocadie gleocadie deleted the gleocadie/add-cpu-samples-value branch February 14, 2025 14:42
@github-actions github-actions bot added this to the vNext-v3 milestone Feb 14, 2025
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 type:new-feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants