Changeset 5587 for anuga_work/development/anuga_1d/run_profile_dry.py
- Timestamp:
- Jul 30, 2008, 5:03:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anuga_1d/run_profile_dry.py
r5565 r5587 114 114 115 115 S = pstats.Stats(FN) 116 s = S.sort_stats('cumulative').print_stats( 20)116 s = S.sort_stats('cumulative').print_stats(30) 117 117 118 118 print s
Note: See TracChangeset
for help on using the changeset viewer.