diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-23 06:51:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-23 06:51:14 +0000 |
commit | 4fa5fa8f61a9fe00c8b0880087d305736e207c47 (patch) | |
tree | 4d2845c02f3caac73793fdf5b0aa692747995911 /utils/NightlyTest.gnuplot | |
parent | 2041d0ca123d0c07bb34832aaccdb9c4cb804884 (diff) | |
download | external_llvm-4fa5fa8f61a9fe00c8b0880087d305736e207c47.zip external_llvm-4fa5fa8f61a9fe00c8b0880087d305736e207c47.tar.gz external_llvm-4fa5fa8f61a9fe00c8b0880087d305736e207c47.tar.bz2 |
Change formats, as suggested by Duraid
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r-- | utils/NightlyTest.gnuplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index ebb420e..e24c506 100644 --- a/utils/NightlyTest.gnuplot +++ b/utils/NightlyTest.gnuplot @@ -5,7 +5,7 @@ set output "running_loc.png" set xlabel "Date" set ylabel "Lines of Code" set xdata time -set timefmt "%Y-%m-%d:" +set timefmt "%Y-%m-%d-%H:%M:%S:" set format x "%b %d, %Y" ## Various labels for the graph |