[GRASS-SVN] r50140 - in grass/trunk/vector/v.surf.rst: . test_suite

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 11 21:51:33 EST 2012


Author: hamish
Date: 2012-01-11 18:51:33 -0800 (Wed, 11 Jan 2012)
New Revision: 50140

Added:
   grass/trunk/vector/v.surf.rst/test_suite/
   grass/trunk/vector/v.surf.rst/test_suite/profile.sh
Log:
basic collection of profile and md5sum notes. expect for formalize script and result files later

Added: grass/trunk/vector/v.surf.rst/test_suite/profile.sh
===================================================================
--- grass/trunk/vector/v.surf.rst/test_suite/profile.sh	                        (rev 0)
+++ grass/trunk/vector/v.surf.rst/test_suite/profile.sh	2012-01-12 02:51:33 UTC (rev 50140)
@@ -0,0 +1,33 @@
+# nc2008/grass7 mapset
+g.region n=221230 s=220816 w=639090 e=639530 res=0.5 -p
+CMD="v.surf.rst in=lidar_test -z elev=omp_test.rst --o"
+time $CMD
+
+valgrind --tool=callgrind --trace-children=yes $CMD
+kcachegrind callgrind.out.1196
+
+
+x% of module time is spent in fn()
+
+
+
+ r.out.ascii omp_test.rst.g7omp6b dp=6 | md5sum
+32d2890afa57354d0d0e4a69b507e81e
+
+
+time $CMD
+=========
+
+orig serial run:
+res=2
+real    0m46.088s
+user    0m46.027s
+sys     0m0.064s
+res=0.5
+real    1m1.390s
+user    1m1.312s
+sys     0m0.080s
+
+--raster map not found?
+
+



More information about the grass-commit mailing list