Make the tooltip for 'Load all CPU samples' more verbose (#8856)
diff --git a/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart b/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart index 809eaee..7896fb9 100644 --- a/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart +++ b/packages/devtools_app/lib/src/screens/profiler/panes/controls/profiler_screen_controls.dart
@@ -127,7 +127,8 @@ const SizedBox(width: denseSpacing), RefreshButton( label: 'Load all CPU samples', - tooltip: 'Load all available CPU samples from the profiler', + tooltip: + 'Load all CPU samples for the connected app. This is the data \ncollected by the VM and is limited by the available buffer space.', gaScreen: gac.cpuProfiler, gaSelection: gac.CpuProfilerEvents.loadAllCpuSamples.name, minScreenWidthForTextBeforeScaling: