Skip to content

Commit 3d72e8a

Browse files
author
casa
committed
Format README
1 parent 03abdba commit 3d72e8a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ Options:
5959
--static x | -sf x | x is an integer, ratio of static field access (store/read) from a class(default: 30)
6060
--prifaccess x | -pfa x | x is an integer, ratio of primitive field access (store/read) from either a object or a class (default: 70)
6161
--escape x | -e x | x is an integer, ratio of an object being escaped (default: 12)
62-
--esctopartner x | -etp x | x is an integer, ratio of an object being escaped to partner thread (default: 90)
63-
64-
Some more options are given in this application. How to use those will be written in documentation.
62+
--esctopartner x | -etp x | x is an integer, ratio of an object being escaped to partner thread (default: 90)
6563

6664
# Output (After after running)
6765
traceGen will generate three files
68-
* *.trace --- containing a sequence of memory management operations
66+
* *.trace --- containing a sequence of memory management operations
6967
* *.cls --- containing a lists of classes
70-
* *.log --- containing statistical data
71-
* where * is the name of the trace file specified on the command line (e.g., "traceFile")
68+
* *.log --- containing statistical data, where * is the name of the trace file specified on the command line (e.g., "traceFile")
7269

0 commit comments

Comments
 (0)