Ignore:
Timestamp:
Dec 12, 2011, 3:01:50 PM (12 years ago)
Author:
neweyv
Message:

Additional information written to the log file. This information will assist in creating an algorithm to predict the runtime of ANUGA given various parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/neighbour_mesh.py

    r8279 r8280  
    195195        if verbose: log.critical('Mesh: Done')
    196196        if verbose: log.timingInfo("finishMesh, '%s'" % log.CurrentDateTime())
    197 
     197        if verbose: log.resource_usage_timing(log.logging.INFO, "finishMesh_")
    198198    def __repr__(self):
    199199        return General_mesh.__repr__(self) + ', %d boundary segments'\
Note: See TracChangeset for help on using the changeset viewer.