Skip to content

Commit d033b95

Browse files
author
casa
committed
Update READMe.md
1 parent 00cd2e4 commit d033b95

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ Options:
3737

3838
Arguments | Short | Description
3939
------------------ | ----------| -----------
40-
--iteration x | -i x | x number as the number of threads (default: 10)
41-
--thread x | -t x | x number as the number of threads (default: 10)
42-
--class x | -c x | x number as the number of classes (default: 300)
43-
--pointers x | -p x | x number as the maximum number of pointer fields in objects/static pointer fields in classes (default: 10)
44-
--primitives x | -pm x | x number as the maximum number of primitive fields in objects/static primitive fields in classes (default: 6)
45-
--allocation x | -a x | x percent as the allocation (default: 2)
46-
--storeaccess x | -s x | x percent as the store (default: 11)
47-
--readaccess x | -r x | x percent as the read (default: 88)
48-
--deleteroot x | -d x | x percent as the rootdelete (default: 10)
49-
--static x | -sf x | x percent as the static field access (default: 30)
50-
--prifaccess x | -pfa x | x percent as the primitive field access (default: 70)
51-
--classaccess x | -ca x | x number as the maximum used a class to create objects (default: 300)
52-
--escape x | -e x | x probability as the an object to be escaped (default: 12)
53-
--esctopartner x | -etp x | x probability as an object to be escaped to partner thread (default: 90)
54-
-- maxWeight x | -maxW x | x maximum weight of a class (default: 25)
55-
-- maxFrequency x | -maxF x | x maximum frequency of a class in object allocation (default: 25)
56-
--constantValue x | -cvalue x | x constant for a where {y = ab^x} (default: 10)
57-
--slop x | -slp x | x tangent of a line value between 0 t0 1 (default: b=.5)
40+
--iteration x | -i x | x number as the number of threads (default: 10)
41+
--thread x | -t x | x number as the number of threads (default: 10)
42+
--class x | -c x | x number as the number of classes (default: 300)
43+
--pointers x | -p x | x number as the maximum number of pointer fields in objects/static pointer fields in classes (default: 10)
44+
--primitives x | -pm x | x number as the maximum number of primitive fields in objects/static primitive fields in classes (default: 6)
45+
--allocation x | -a x | x percent as the allocation (default: 2)
46+
--storeaccess x | -s x | x percent as the store (default: 11)
47+
--readaccess x | -r x | x percent as the read (default: 88)
48+
--deleteroot x | -d x | x percent as the rootdelete (default: 10)
49+
--static x | -sf x | x percent as the static field access (default: 30)
50+
--prifaccess x | -pfa x | x percent as the primitive field access (default: 70)
51+
--classaccess x | -ca x | x number as the maximum used a class to create objects (default: 300)
52+
--escape x | -e x | x probability as the an object to be escaped (default: 12)
53+
--esctopartner x | -etp x | x probability as an object to be escaped to partner thread (default: 90)
54+
-- maxWeight x | -maxW x | x maximum weight of a class (default: 25)
55+
-- maxFrequency x | -maxF x | x maximum frequency of a class in object allocation (default: 25)
56+
--constantValue x | -cvalue x | x constant for a where {y = ab^x} (default: 10)
57+
--slop x | -slp x | x tangent of a line value between 0 t0 1 (default: b = 0.5)
5858

5959
# Output (After after running)
6060
It will generate three files

0 commit comments

Comments
 (0)