bottom/src
Mahmoud Al-Qudsi 2b418fb506
Fix division by zero when memory data is not available (#85)
The total memory values may be zero when bottom is run on an unsupported
(or not-fully-supported) platform.

The previous behavior resulted in a NaN value for the memory datapoints,
which was passed through to tui-rs which ultimately panicked when
attempting to graph the memory widget.
2020-03-19 21:03:52 -04:00
..
app Fix division by zero when memory data is not available (#85) 2020-03-19 21:03:52 -04:00
canvas Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
options Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
utils More basic cleaning (#74) 2020-03-08 13:56:18 -04:00
app.rs Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
canvas.rs Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
constants.rs Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
data_conversion.rs Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
main.rs Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
options.rs Cleanup before modularity (#84) 2020-03-13 01:07:24 -04:00
utils.rs Change how we call time in data_collection step 2020-01-09 21:59:52 -05:00