Changeset 4724
- Timestamp:
- Sep 11, 2007, 10:43:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/performance_tests/okushiri/run_okushiri_profile.py
r4685 r4724 97 97 98 98 S = pstats.Stats(FN) 99 #S.sort_stats('time').print_stats(20)100 s = S.sort_stats('cumulative').print_stats(30)99 s = S.sort_stats('time').print_stats(50) 100 #s = S.sort_stats('cumulative').print_stats(30) 101 101 102 102 print s
Note: See TracChangeset
for help on using the changeset viewer.