File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,11 @@ Options:
59
59
--static x | -sf x | x is an integer, ratio of static field access (store/read) from a class(default: 30)
60
60
--prifaccess x | -pfa x | x is an integer, ratio of primitive field access (store/read) from either a object or a class (default: 70)
61
61
--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)
65
63
66
64
# Output (After after running)
67
65
traceGen will generate three files
68
- * *.trace --- containing a sequence of memory management operations
66
+ * *.trace --- containing a sequence of memory management operations
69
67
* *.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")
72
69
You can’t perform that action at this time.
0 commit comments