source: DCWoRMS/trunk/properties/performance.properties @ 477

Revision 477, 860 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
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
4INTERVAL=100
5
6# Number of repeats of each experiment file
7REPEATS=3
8
9# Available RAM in MB
10MEMORY_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)
14HEAP_MEMORY=simple
15NON_HEAP_MEMORY=simple
16JVM_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
22TIME_MEASURING=precisly
23
24#Number of beeps after finish (default 0)
25
26NO_OF_BEEPS=3
Note: See TracBrowser for help on using the repository browser.