Ignore:
Timestamp:
Apr 8, 2009, 12:48:40 PM (16 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/performance_tests/okushiri/run_okushiri_profile.py

    r5442 r6766  
    8383t0 = time.time()
    8484
    85 s = 'for t in domain.evolve(yieldstep = 0.05, finaltime = 2): domain.write_time()'
     85s = 'for t in domain.evolve(yieldstep = 0.05, finaltime = 22.5): domain.write_time()'
    8686
    8787import profile, pstats
     
    9393
    9494S = pstats.Stats(FN)
    95 s = S.sort_stats('time').print_stats(50)
     95s = S.sort_stats('time').print_stats(20)
    9696#s = S.sort_stats('cumulative').print_stats(30)
    9797
    98 s.print_callers()
    99 print s
     98#s.print_callers()
     99#print s
    100100
Note: See TracChangeset for help on using the changeset viewer.