Revision 104,
860 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | # Lack of any of the following fields (apart of number of beeps, which is optional) will casue a RuntimeException. |
---|
| 2 | |
---|
| 3 | # Memory measuring interval in miliseconds |
---|
| 4 | INTERVAL=100 |
---|
| 5 | |
---|
| 6 | # Number of repeats of each experiment file |
---|
| 7 | REPEATS=3 |
---|
| 8 | |
---|
| 9 | # Available RAM in MB |
---|
| 10 | MEMORY_IN_MB=2048 |
---|
| 11 | |
---|
| 12 | # Next three fields describes three types of memory and how they will be measured, possible values |
---|
| 13 | # are: simple, details (every other argument is treated as none) |
---|
| 14 | HEAP_MEMORY=simple |
---|
| 15 | NON_HEAP_MEMORY=simple |
---|
| 16 | JVM_MEMORY=simple |
---|
| 17 | |
---|
| 18 | # Time is always meassured, however the results are much more reliable when all memory arguments are |
---|
| 19 | # none (or something other than simple and details), there's also possible to meassure time precisly |
---|
| 20 | # by specyfinng option "precisly" (every other argument is treated as occasional) |
---|
| 21 | |
---|
| 22 | TIME_MEASURING=precisly |
---|
| 23 | |
---|
| 24 | #Number of beeps after finish (default 0) |
---|
| 25 | |
---|
| 26 | NO_OF_BEEPS=3 |
---|
Note: See
TracBrowser
for help on using the repository browser.