diff options
author | acolyer <acolyer> | 2006-01-20 12:28:01 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2006-01-20 12:28:01 +0000 |
commit | 17865f45b709f5b8adf86acff50dd5d05ea4a4f0 (patch) | |
tree | 206c74e8fb7aa6326fb8b3a30153cc03b41a6d5e /tests/profiling/readme.txt | |
parent | 7a9a69e5c82ee9ee59f94cc68d69a3c25c36b5ff (diff) | |
download | aspectj-17865f45b709f5b8adf86acff50dd5d05ea4a4f0.tar.gz aspectj-17865f45b709f5b8adf86acff50dd5d05ea4a4f0.zip |
ant script for running profiling tests against aspectj with ajc source compile, binary weaving, load-time weaving, and AJDT simulation. Can configure target application and source of compiler (workspace or pre-built jars).
Diffstat (limited to 'tests/profiling/readme.txt')
-rw-r--r-- | tests/profiling/readme.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/profiling/readme.txt b/tests/profiling/readme.txt new file mode 100644 index 000000000..0aa179285 --- /dev/null +++ b/tests/profiling/readme.txt @@ -0,0 +1,8 @@ +This folder contains an ant build script and supporting resources +that can be used for profiling the aspectj compiler and getting +information about memory usage and compilation time. + +"ant usage" will display usage information. + +Reports of historical interest (for tracking improvements across releases +for example) are kept in the reference-data sub-folder. |