Ignore:
Timestamp:
Nov 18, 2008, 2:12:20 PM (15 years ago)
Author:
ole
Message:

Added timings to compile_all.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/compile_all.py

    r5898 r5969  
    11import os
     2import time
    23
    34buildroot = os.getcwd()
     
    1920#entries = listdir('.')
    2021
     22t0 = time.time()
    2123
    2224#Attempt to compile all extensions
     
    4547#execfile('test_all.py')
    4648   
     49print 'That took %.3fs' %(time.time() - t0)
Note: See TracChangeset for help on using the changeset viewer.