perf 303 B

123456789101112
  1. .G1
  2. frame invis left solid bot solid
  3. label left "run time" "(log scale)" left .5
  4. label bot "compile time (log scale)"
  5. coord x 0.1,10 log x y 1000,20000 log y
  6. ticks left out at 2000,5000,10000,20000
  7. ticks bot out at 0.1 0.3 1.0 3.0 10
  8. copy "perf.d" thru X
  9. "\(bu" at $1, $2
  10. "$3" rjust at $1, $2
  11. X
  12. .G2