Changeset 8334 for trunk/anuga_work/development/mem_time_tests/scenarios
- Timestamp:
- Feb 14, 2012, 1:21:22 PM (13 years ago)
- Location:
- trunk/anuga_work/development/mem_time_tests/scenarios
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/mem_time_tests/scenarios/channelflow/ex1.py
r8331 r8334 70 70 log.resource_usage_timing(prefix='aftersimulation') #get memory usage 71 71 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 72 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/channelflow/main.py
r8331 r8334 84 84 row[(indexlist[9])]]) 85 85 86 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/stage/ex1.py
r8331 r8334 63 63 log.resource_usage_timing(prefix='aftersimulation')# get memory usage 64 64 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #write the end time to log file 65 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/stage/main.py
r8331 r8334 82 82 row[(indexlist[7])],row[(indexlist[8])], 83 83 row[(indexlist[9])]]) 84 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/vel2/ex1.py
r8331 r8334 68 68 log.resource_usage_timing(prefix='aftersimulation') #get memory usage 69 69 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 70 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/vel2/main.py
r8331 r8334 82 82 row[(indexlist[9])]]) 83 83 84 84 #IS THIS A CHANGE?
Note: See TracChangeset
for help on using the changeset viewer.