$ time r.out.tiff -t input=TEST output=TEST_out
WARNING: Raster map <FishermansHole.1.ave.fill> in mapset <PERMANENT> is a
floating point map. Decimal values will be rounded to integer!
100%
Writing TIFF World file
r.out.tiff complete.
real 0m0.400s
user 0m0.328s
sys 0m0.032s
~ Eric.
-----Original Message-----
From: grass-user-bounces@lists.osgeo.org on behalf of Tim Michelsen
Sent: Thu 11/29/2007 10:19 AM
To: grass-user@lists.osgeo.org
Subject: [GRASS-user] trace processing time
Hello,
what tools can I use on both Linux and Windows to trace the processing time of a
GRASS operation?
I am doing a v.overlay on large data sets.
After the process finshes I would like to something like:
processing time for command "v.overlay" with parameters "yourparameters"
was 30min.
This would be very helpful to know how long the overall data processing takes
and plan new and similar projects.
"v.in.ogr
--------
It would be useful to split long boundaries to smaller
pieces. Otherwise cleaning process can become very slow because
bounding box of long boundaries can overlap large part of the map (for
example outline around all areas) and cleaning process is checking
intersection with all boundaries falling in the bounding box."
in that case you might try v.split first to break the huge boundary into a
number of connected polylines. (does not affect topology, just internal
storage)