duplex: allow setting duplex labels

This commit is contained in:
Christian Hergert
2019-07-01 12:43:26 -07:00
parent 6f6ad38a3b
commit f2c435f75f
2 changed files with 41 additions and 6 deletions

View File

@ -32,6 +32,9 @@ GtkWidget *sysprof_duplex_visualizer_new (void);
gboolean sysprof_duplex_visualizer_get_use_diff (SysprofDuplexVisualizer *self);
void sysprof_duplex_visualizer_set_use_diff (SysprofDuplexVisualizer *self,
gboolean use_diff);
void sysprof_duplex_visualizer_set_labels (SysprofDuplexVisualizer *self,
const gchar *rx_label,
const gchar *tx_label);
void sysprof_duplex_visualizer_set_counters (SysprofDuplexVisualizer *self,
guint rx_counter,
guint tx_counter);