mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
duplex: make diff of previous value configurable
We might want to use raw values instead of diffs, and this makes that possible. Doing so could be used for disks, etc.
This commit is contained in:
@ -29,6 +29,9 @@ G_BEGIN_DECLS
|
||||
G_DECLARE_FINAL_TYPE (SysprofDuplexVisualizer, sysprof_duplex_visualizer, SYSPROF, DUPLEX_VISUALIZER, SysprofVisualizer)
|
||||
|
||||
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_counters (SysprofDuplexVisualizer *self,
|
||||
guint rx_counter,
|
||||
guint tx_counter);
|
||||
|
||||
Reference in New Issue
Block a user