aboutsummaryrefslogtreecommitdiffstats
path: root/graph.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-20fio: replace malloc+memset with callocVincent Fu1-2/+1
2022-02-20Spelling and grammar fixesVille Skyttä1-1/+1
2018-07-23Use stdlib.h instead of malloc.hJens Axboe1-1/+1
2017-10-29fio: update FSF addressSitsofe Wheeler1-1/+1
2014-07-03flist: add flist_first_entry()Jens Axboe1-6/+6
2013-01-09graph: fix bogus used initialized warningJens Axboe1-1/+1
2012-09-26gfio: clear graphs for repeated runs on same connectionJens Axboe1-0/+11
2012-04-13graph: use rounded graph connectionsJens Axboe1-2/+3
2012-04-13graph: tighten up tickmark lines a bitJens Axboe1-6/+6
2012-04-12graph: add shading for line graphsJens Axboe1-4/+23
2012-03-27White space spring cleaningJens Axboe1-21/+22
2012-03-27graph: factor out cairo text drawing helpersStephen M. Cameron1-88/+8
2012-03-23gfio: improve and remember font selectionJens Axboe1-2/+7
2012-03-23graph: indentation fixupJens Axboe1-2/+2
2012-03-22graph: return opaque graph_label_t for each label addedJens Axboe1-28/+21
2012-03-22gfio: hide graph if all values are zeroJens Axboe1-10/+41
2012-03-22graph: fix finding tooltips from label 1+Jens Axboe1-7/+6
2012-03-22graph: fix missing elseJens Axboe1-1/+1
2012-03-22graph: prio tree alias handlingJens Axboe1-104/+180
2012-03-21graph: remove unnecessary float multiplierJens Axboe1-5/+4
2012-03-21graph: yet one tooltip tweakingJens Axboe1-32/+44
2012-03-21graph: bump prio end value by ytick delta, if all zeroesJens Axboe1-6/+8
2012-03-21graph: cleanup tooltip alias handlingJens Axboe1-12/+6
2012-03-21graph: fix crash on alias in prio treeJens Axboe1-2/+11
2012-03-21graph: clear prio root iter on extra loopJens Axboe1-0/+1
2012-03-21graph: fix for unitialized graph_value nodesJens Axboe1-2/+9
2012-03-21graph: remove debug printfJens Axboe1-4/+0
2012-03-21graph: switch tooltip lookups to being range based in a prio treeJens Axboe1-49/+120
2012-03-21graph: stop matching tooltips if X diff is too largeJens Axboe1-3/+17
2012-03-16graph: use 0 as the floor for the line graphJens Axboe1-0/+9
2012-03-15graph: tighten x-axis tooltip hitJens Axboe1-1/+1
2012-03-15graph: fix bar graph min/max displaysJens Axboe1-2/+8
2012-03-14graph: move graphs a bit to the left, now we don't use Y axis labelsJens Axboe1-1/+1
2012-03-14gfio: graphing updatesJens Axboe1-11/+45
2012-03-13gfio: add support for graph tooltipsJens Axboe1-4/+68
2012-03-12gfio: add extra space to the graphs at the edgesStephen M. Cameron1-6/+39
2012-03-11graph: drop more than 1 entry, if we are more than 1 above the limitJens Axboe1-5/+18
2012-03-11gfio: encapsulate x- and y-offsets into graph libraryStephen M. Cameron1-0/+9
2012-03-11gfio: add graph axis unit change notification callbacksStephen M. Cameron1-4/+22
2012-03-11gfio: fix discrepancies between graph header and implementationStephen M. Cameron1-0/+1
2012-03-08gfio: move graph area a bit to the rightStephen M. Cameron1-5/+4
2012-03-07gfio: allow graph to stretch or shrink as window expands or contractsStephen M. Cameron1-2/+7
2012-03-07gfio: right justify y-axis labelsStephen M. Cameron1-5/+45
2012-03-07gfio: fix problem with graph finding data range.Stephen M. Cameron1-1/+6
2012-03-07gfio: get rid of invisible dataStephen M. Cameron1-5/+12
2012-03-07gfio: remove boxes between graphsJens Axboe1-6/+0
2012-03-07gfio: make empty graph show grid lines, not "No good data"Stephen M. Cameron1-10/+18
2012-03-07gfio: add font selection and resize original windowJens Axboe1-24/+25
2012-03-07graph: use unsigned intsJens Axboe1-2/+2
2012-03-07gfio: Add mini library to draw bar graphs and line graphsStephen M. Cameron1-0/+626