@@ -35,26 +35,26 @@ Example: $./targetGen traceFile
35
35
36
36
Options:
37
37
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)
58
58
59
59
# Output (After after running)
60
60
It will generate three files
0 commit comments