aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/gencompile.py
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-06-19 12:03:50 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-06-19 12:03:50 +0200
commitbdcd9c750cd03b3fab1c3cf00d39e5348e305ee3 (patch)
treec257fd63975f8cbdf461e46f47e6a00f368a929a /test/monniaux/gencompile.py
parent0172a007be382d10f81391d8b4df076a1487daed (diff)
downloadcompcert-kvx-bdcd9c750cd03b3fab1c3cf00d39e5348e305ee3.tar.gz
compcert-kvx-bdcd9c750cd03b3fab1c3cf00d39e5348e305ee3.zip
"Compilation time" --> "Scheduling pass time"
Diffstat (limited to 'test/monniaux/gencompile.py')
-rwxr-xr-xtest/monniaux/gencompile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/gencompile.py b/test/monniaux/gencompile.py
index 789bd4fa..6167c522 100755
--- a/test/monniaux/gencompile.py
+++ b/test/monniaux/gencompile.py
@@ -41,7 +41,7 @@ do_plot(verifier_coords, "b+", "Verifier")
do_plot(oracle_coords, "g+", "Oracle")
ax.set_ylabel("Time x1000 (s)")
-ax.set_title("Compilation time")
+ax.set_title("Scheduling pass time")
ax.set_xlabel("Size of basic blocks")
ax.legend()