[Assorted-commits] SF.net SVN: assorted: [631] numa-bench/trunk/tools/plot-hist.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-17 15:50:17
|
Revision: 631 http://assorted.svn.sourceforge.net/assorted/?rev=631&view=rev Author: yangzhang Date: 2008-03-17 08:50:09 -0700 (Mon, 17 Mar 2008) Log Message: ----------- tweak Modified Paths: -------------- numa-bench/trunk/tools/plot-hist.bash Modified: numa-bench/trunk/tools/plot-hist.bash =================================================================== --- numa-bench/trunk/tools/plot-hist.bash 2008-03-17 15:49:56 UTC (rev 630) +++ numa-bench/trunk/tools/plot-hist.bash 2008-03-17 15:50:09 UTC (rev 631) @@ -1,4 +1,5 @@ #!/usr/bin/env bash set -o errexit -o nounset make -s +mkdir -p graphs egrep '^[[:digit:]]+: [[:digit:]]+|config' "$@" | out/plot-hist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |