clarified presentation order, according to typical amounts;
authorwenzelm
Tue, 16 Aug 2016 15:55:11 +0200
changeset 63707 b7aab1a6cf0d
parent 63706 76c2f833abf4
child 63708 77323d963ca4
child 63709 d68d10fdec78
clarified presentation order, according to typical amounts;
src/Pure/Tools/build_stats.scala
--- a/src/Pure/Tools/build_stats.scala	Tue Aug 16 15:51:44 2016 +0200
+++ b/src/Pure/Tools/build_stats.scala	Tue Aug 16 15:55:11 2016 +0200
@@ -126,16 +126,16 @@
 
           val plots1 =
             List(
+              """ using 1:3 smooth sbezier title "cpu time (smooth)" """,
+              """ using 1:3 smooth csplines title "cpu time" """,
               """ using 1:2 smooth sbezier title "elapsed time (smooth)" """,
-              """ using 1:2 smooth csplines title "elapsed time" """,
-              """ using 1:3 smooth sbezier title "cpu time (smooth)" """,
-              """ using 1:3 smooth csplines title "cpu time" """)
+              """ using 1:2 smooth csplines title "elapsed time" """)
           val plots2 =
             List(
+              """ using 1:5 smooth sbezier title "ML cpu time (smooth)" """,
+              """ using 1:5 smooth csplines title "ML cpu time" """,
               """ using 1:4 smooth sbezier title "ML elapsed time (smooth)" """,
               """ using 1:4 smooth csplines title "ML elapsed time" """,
-              """ using 1:5 smooth sbezier title "ML cpu time (smooth)" """,
-              """ using 1:5 smooth csplines title "ML cpu time" """,
               """ using 1:6 smooth sbezier title "ML gc time (smooth)" """,
               """ using 1:6 smooth csplines title "ML gc time" """)
           val plots =