From bafb5bcb6e4083418a945c9213e64ede56d7bd9e Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Thu, 14 Jun 2012 06:05:31 +0200 Subject: [PATCH] O0 vs Os in the legend --- samples/gcc-graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/gcc-graph b/samples/gcc-graph index 3e76542..eeb5b1d 100644 --- a/samples/gcc-graph +++ b/samples/gcc-graph @@ -7,4 +7,4 @@ set key top left plot 'samples/gcc-samples.txt' using 1:2 title 'unspecialized (-O0)' with lines, \ 'samples/gcc-samples-Os.txt' using 1:2 title 'unspecialized (-Os)' with lines, \ 'samples/gcc-samples.txt' using 1:3 title 'specialized (-O0)' with lines, \ - 'samples/gcc-samples-Os.txt' using 1:3 title 'specialized (-O0)' with lines + 'samples/gcc-samples-Os.txt' using 1:3 title 'specialized (-Os)' with lines