File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference-manual/native-image Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ native-image -cp . GameOfLife -o gameoflife-instrumented --pgo-instrument -H:+Un
44
44
The report, in the form of a ` .info ` trace file, is then generated along with the profile after
45
45
running the instrumented application.
46
46
In the similar fashion to profiling, one can additionally customize the destination of the generated
47
- info file via the ` -XX:ProfilesLCOVTraceFile ` option.
47
+ info file via the ` -XX:ProfilesLCOVFile ` option.
48
48
For example:
49
49
50
50
``` bash
51
- ./gameoflife-instrumented -XX:ProfilesLCOVTraceFile =gameoflife-coverage.info
51
+ ./gameoflife-instrumented -XX:ProfilesLCOVFile =gameoflife-coverage.info
52
52
```
53
53
54
54
The generated LCOV trace file provides the coverage information at method-level, i.e., whether a
You can’t perform that action at this time.
0 commit comments