- Timestamp:
- Feb 15, 2012, 3:58:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/mem_time_tests/parameters/nothing/ex1.py
r8336 r8342 18 18 log._setup = False 19 19 20 log.timingInfo(msg=(' variable1,'+str(n))) #write the variable to be measured to file20 log.timingInfo(msg=('runnumber,'+str(n))) #write the variable to be measured to file 21 21 log.timingInfo(msg=('beforetime,'+str(log.TimeStamp()))) #get the time at the beginning of the simulation 22 22 log.resource_usage_timing(prefix = 'beforesimulation') #get memory usage here … … 31 31 32 32 log.resource_usage_timing(prefix = 'aftermesh') #get memory usage here 33 log.timingInfo(msg=('aftermeshtime,'+str(log.TimeStamp()))) #get the time at the beginning of the simulation 33 34 34 35 #------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.