diff --git a/src/sysprof/sysprof-greeter.c b/src/sysprof/sysprof-greeter.c index 97df02cd..e5b99b88 100644 --- a/src/sysprof/sysprof-greeter.c +++ b/src/sysprof/sysprof-greeter.c @@ -50,16 +50,16 @@ struct _SysprofGreeter AdwPreferencesPage *record_page; GtkListBox *app_environment; GtkListBox *debug_directories; - GtkSwitch *sample_native_stacks; - GtkSwitch *sample_javascript_stacks; - GtkSwitch *record_disk_usage; - GtkSwitch *record_network_usage; - GtkSwitch *record_compositor; - GtkSwitch *record_system_logs; - GtkSwitch *record_session_bus; - GtkSwitch *record_system_bus; - GtkSwitch *bundle_symbols; - GtkSwitch *debuginfod; + AdwSwitchRow *sample_native_stacks; + AdwSwitchRow *sample_javascript_stacks; + AdwSwitchRow *record_disk_usage; + AdwSwitchRow *record_network_usage; + AdwSwitchRow *record_compositor; + AdwSwitchRow *record_system_logs; + AdwSwitchRow *record_session_bus; + AdwSwitchRow *record_system_bus; + AdwSwitchRow *bundle_symbols; + AdwSwitchRow *debuginfod; GtkButton *record_to_memory; AdwComboRow *power_combo; AdwComboRow *sample_user_stack_size; diff --git a/src/sysprof/sysprof-greeter.ui b/src/sysprof/sysprof-greeter.ui index d27e6280..676c8380 100644 --- a/src/sysprof/sysprof-greeter.ui +++ b/src/sysprof/sysprof-greeter.ui @@ -94,16 +94,10 @@ Sampling - - sample_native_stacks + Sample Native Stacks Record native stack traces using a sampling profiler - - - center - - - + @@ -146,16 +140,10 @@ - - sample_javascript_stacks + Sample JavaScript Stacks Record JavaScript stack traces using a sampling profiler - - - center - - - + @@ -174,16 +162,10 @@ - - include_scheduler_details + Record Scheduler Details Track when processes are scheduled per CPU - - - center - - - + @@ -192,16 +174,10 @@ Tracing - - trace_malloc + Trace Memory Allocations - Record a stack trace when <tt>malloc</tt> or similar functions are used - - - center - - - + Record a stack trace when malloc or similar functions are used + @@ -259,16 +235,10 @@ Environment - - clear_environment + Clear Environment Clear the environment before launching application - - - center - - - + @@ -319,55 +289,31 @@ Counters - - record_cpu_usage + CPU Usage Record coarse-grained counters about CPU usage and frequency - - - center - - - + - - record_memory_counters - Memory Usage - Record coarse-grained counters about system memory usage - - - center - - - - + + Memory Usage + Record coarse-grained counters about system memory usage + + - - record_disk_usage + Disk Usage Record coarse-grained counters about storage throughput - - - - center - - + - - record_network_usage + Network Usage Record coarse-grained counters about network traffic - - - - center - - + @@ -375,29 +321,17 @@ - - record_energy_usage + Energy Usage Record coarse-grained counters about energy usage in Watts - - - - center - - + - - record_battery_charge + Battery Charge Record coarse-grained counters about battery charge or discharge rates - - - - center - - +