aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/graphstats.py
Commit message (Expand)AuthorAgeFilesLines
* scripts: Update graphing scripts to work with either python2 or python3Kevin O'Connor2021-08-021-3/+3
* graphstats: Support graphing multiple heatersKevin O'Connor2021-04-291-22/+28
* graphstats: Allow graphing of temperature_sensor logsKevin O'Connor2020-12-071-2/+2
* graphstats: Add support for graphing system loadKevin O'Connor2020-09-161-0/+46
* graphstats: Fix matplotlib import errorKevin O'Connor2019-11-101-0/+1
* graphstats: Add support for interactive graphsKevin O'Connor2019-06-191-22/+36
* graphstats: Add option to graph temperatures from logKevin O'Connor2019-01-131-3/+44
* graphstats: Change stats filter to use print_time instead of bytes_write=0Kevin O'Connor2018-11-261-1/+1
* graphstats: Make check for stats prefixes more robustKevin O'Connor2018-05-231-1/+1
* graphstats: Support selecting an mcu to graph from the command-lineKevin O'Connor2018-02-191-13/+19
* graphstats: Set size on frequency graphKevin O'Connor2018-02-181-0/+1
* graphstats: Fix multi-mcu parsing with reordered statsKevin O'Connor2018-02-031-1/+7
* graphstats: Fix for print_stall detectionKevin O'Connor2018-01-281-5/+5
* graphstats: Use alpha transparency when plotting the statsKevin O'Connor2018-01-141-9/+7
* graphstats: Fix filtering of normal buffer_time runoff statsKevin O'Connor2018-01-141-19/+25
* graphstats: Add support for generating a graph of mcu frequencyKevin O'Connor2017-12-301-4/+53
* graphstats: Use a smaller font in the graph legendKevin O'Connor2017-12-301-2/+4
* graphstats: Fix case where an Xwindows display may not be availableKevin O'Connor2017-12-301-5/+6
* graphstats: Fix graphing scriptKevin O'Connor2017-10-291-4/+6
* graphstats: Increase maximum expected task durationKevin O'Connor2017-08-091-1/+2
* graphstats: Fix so that older files (predating mcu_awake) still workKevin O'Connor2017-07-211-1/+1
* graphstats: Support graphing "mcu_awake" statisticKevin O'Connor2017-07-191-2/+9
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-271-1/+1
* graphstats: The times are no longer in UTC timeKevin O'Connor2017-04-111-1/+1
* toolhead: Rework lookahead flush to be more stable during high cpuKevin O'Connor2017-02-121-2/+2
* graphstats: Display host buffer stats in graphKevin O'Connor2017-02-021-2/+24
* graphstats: Updates for recent stats changesKevin O'Connor2016-12-061-2/+7
* graphstats: Add new helper script that generates graphs of MCU loadKevin O'Connor2016-10-311-0/+85