Skip to content

Commit 9d7889f

Browse files
author
casa
committed
READMe.md
1 parent b65df71 commit 9d7889f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@ Example: $./targetGen traceFile
3535

3636
Options:
3737

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

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

0 commit comments

Comments
 (0)