diff options
author | Steven Knight <knight@baldmt.com> | 2010-05-21 18:04:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-05-21 18:04:27 (GMT) |
commit | 4be63332c8f678d79fb673ba76dbe97d8e70d9b4 (patch) | |
tree | ba86eb5d51b4260ef8ea3e90a6aa118866eb4d7e /timings/index.html | |
parent | b2576d2fdd1273994c60b8f459f16c3eb1a5b1d7 (diff) | |
download | SCons-4be63332c8f678d79fb673ba76dbe97d8e70d9b4.zip SCons-4be63332c8f678d79fb673ba76dbe97d8e70d9b4.tar.gz SCons-4be63332c8f678d79fb673ba76dbe97d8e70d9b4.tar.bz2 |
Add a timings/Java configuration to time simple Java compilation.
Update timings/README.txt with doc of how to add timing configurations.
Diffstat (limited to 'timings/index.html')
-rw-r--r-- | timings/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/timings/index.html b/timings/index.html index 4073832..cd4bc8b 100644 --- a/timings/index.html +++ b/timings/index.html @@ -49,6 +49,7 @@ }; var test_map = { 'CPPPATH': 'CPPPATH', + 'Java': 'Java', 'JTimer': 'JTimer', 'hundred': 'hundred', }; |