mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 16:14:16 +02:00
other: remove comment about skipping timeseries in basic (#1700)
Turns out I already did this. Nice.
This commit is contained in:
parent
37a546ab0f
commit
b1f969880e
@ -20,7 +20,7 @@ use crate::{
|
|||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct StoredData {
|
pub struct StoredData {
|
||||||
pub last_update_time: Instant, // FIXME: (points_rework_v1) remove this?
|
pub last_update_time: Instant, // FIXME: (points_rework_v1) remove this?
|
||||||
pub timeseries_data: TimeSeriesData, // FIXME: (points_rework_v1) Skip in basic?
|
pub timeseries_data: TimeSeriesData,
|
||||||
pub network_harvest: network::NetworkHarvest,
|
pub network_harvest: network::NetworkHarvest,
|
||||||
pub ram_harvest: Option<MemData>,
|
pub ram_harvest: Option<MemData>,
|
||||||
pub swap_harvest: Option<MemData>,
|
pub swap_harvest: Option<MemData>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user