aboutsummaryrefslogtreecommitdiffstats
path: root/graph.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-26gfio: clear graphs for repeated runs on same connectionJens Axboe1-0/+2
2012-03-23gfio: improve and remember font selectionJens Axboe1-0/+3
2012-03-22graph: return opaque graph_label_t for each label addedJens Axboe1-4/+6
2012-03-22gfio: hide graph if all values are zeroJens Axboe1-0/+1
2012-03-14gfio: graphing updatesJens Axboe1-0/+2
2012-03-13gfio: add support for graph tooltipsJens Axboe1-1/+5
2012-03-12gfio: add extra space to the graphs at the edgesStephen M. Cameron1-0/+6
2012-03-11gfio: encapsulate x- and y-offsets into graph libraryStephen M. Cameron1-0/+2
2012-03-11gfio: add comments to interface of graph mini libraryStephen M. Cameron1-1/+49
2012-03-11gfio: add graph axis unit change notification callbacksStephen M. Cameron1-0/+3
2012-03-11gfio: fix discrepancies between graph header and implementationStephen M. Cameron1-2/+2
2012-03-07gfio: allow graph to stretch or shrink as window expands or contractsStephen M. Cameron1-0/+1
2012-03-07gfio: make empty graph show grid lines, not "No good data"Stephen M. Cameron1-0/+2
2012-03-07gfio: add font selection and resize original windowJens Axboe1-1/+1
2012-03-07graph: use unsigned intsJens Axboe1-1/+1
2012-03-07gfio: Add mini library to draw bar graphs and line graphsStephen M. Cameron1-0/+23