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/Java/SConstruct | |
| 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/Java/SConstruct')
| -rw-r--r-- | timings/Java/SConstruct | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/timings/Java/SConstruct b/timings/Java/SConstruct new file mode 100644 index 0000000..6294562 --- /dev/null +++ b/timings/Java/SConstruct @@ -0,0 +1,25 @@ +# +# __COPYRIGHT__ +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# + +env = Environment() +env.Java('classes', 'src') |
