Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5969
for
anuga_core/compile_all.py
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Nov 18, 2008, 2:12:20 PM (
16 years
ago)
Author:
ole
Message:
Added timings to compile_all.py
File:
1 edited
anuga_core/compile_all.py
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
anuga_core/compile_all.py
r5898
r5969
1
1
import os
2
import time
2
3
3
4
buildroot = os.getcwd()
…
…
19
20
#entries = listdir('.')
20
21
22
t0 = time.time()
21
23
22
24
#Attempt to compile all extensions
…
…
45
47
#execfile('test_all.py')
46
48
49
print 'That took %.3fs' %(time.time() - t0)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive