profile.sh 214 B

123456789
  1. # NC dataset
  2. g.region rast=elevation -p
  3. r.mapcalc 'one = 1'
  4. CMD="r.cost -k in=one start_points=school_copy output=cost.test --o"
  5. valgrind --tool=callgrind --trace-children=yes $CMD
  6. kcachegrind callgrind.out.1196