History log of /external/fio/tickmarks.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3c3ed070502bbfec387ded2c43d5e4559ca24a63 27-Mar-2012 Jens Axboe <axboe@kernel.dk> White space spring cleaning

Lets squash them all, with a bit of tooling help.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
d8fbeefb67641e9f63088b329de78a26a69fdbae 14-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: graphing updates

- Don't draw tickmark labels for an empty graph
- Remove Y-axis label. It was a bit awkward and hard to read.
- Ensure that we always put proper units on the Y-axis graph.
- Ensure that we always include the top most Y-axis tickmark
and make that the ceiling, not the highest Y value. It's hard
to visually understand a graph that is drawing somewhere above
the last labeled tickmark.
- Fix rounding errors in graph.c

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
c9e8d6e3c5b5f87e17a1f4ee740f88b5b3818831 12-Mar-2012 Stephen M. Cameron <stephenmcameron@gmail.com> gfio: fix tickmark shortening for zero special case

"0" tickmark can effectively be shortened by dividing by
any number as 0 / anything is still 0, but the code was
considering "0" to be unshortenable.

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
7175d91deff20b1408450c231b2b445ea28f7f29 11-Mar-2012 Stephen M. Cameron <stephenmcameron@gmail.com> gfio: add graph axis unit change notification callbacks

This enables code that uses the graph functions to change the axis
titles on the fly to display unit information which matches how the
tick labels are shortened.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
1e1ffcc41c12011f665d8f962d0d387305e32522 11-Mar-2012 Stephen M. Cameron <stephenmcameron@gmail.com> gfio: do not mix K M and G when shortening axis labels

That is, do not scale axis labels by differing amounts
like 900K, 1M, 1100K, instead: 900k, 1000k, 1100k.

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
b655c1891f7fef01e0373d9451b485ac5ae655f3 08-Mar-2012 Stephen M. Cameron <stephenmcameron@gmail.com> gfio: fix a bug in the y-axis label shortening algorithm

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
17ba3e42947189008c582fc974b4214580ceea92 07-Mar-2012 Stephen M. Cameron <stephenmcameron@gmail.com> gfio: shorten graph tick lables so x000000000 becomes

xG, x000000 becomes xM, and x000 becomes xK

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c
af58ef32b7398d791168af54aa4aab0b23192f90 07-Mar-2012 Stephen M. Cameron <stephenmcameron@gmail.com> gfio: Add mini library to draw bar graphs and line graphs

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/tickmarks.c