Ignore:
Timestamp:
Feb 15, 2012, 3:58:52 PM (13 years ago)
Author:
pittj
Message:

all variables now have the correct name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/mem_time_tests/parameters/nothing/ex1.py

    r8336 r8342  
    1818log._setup = False
    1919
    20 log.timingInfo(msg=('variable1,'+str(n))) #write the variable to be measured to file
     20log.timingInfo(msg=('runnumber,'+str(n))) #write the variable to be measured to file
    2121log.timingInfo(msg=('beforetime,'+str(log.TimeStamp()))) #get the time at the beginning of the simulation
    2222log.resource_usage_timing(prefix = 'beforesimulation') #get memory usage here
     
    3131
    3232log.resource_usage_timing(prefix = 'aftermesh')  #get memory usage here
     33log.timingInfo(msg=('aftermeshtime,'+str(log.TimeStamp()))) #get the time at the beginning of the simulation
    3334
    3435#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.