Skip to content

Commit 7fbc3eb

Browse files
committed
document unfold option in README
1 parent 4d29793 commit 7fbc3eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ sudo chown root /tmp/perf-$1.map
1818
sudo perf top
1919
```
2020

21+
## Options
22+
23+
You can add a comma separated list of options to `perf-java` (or the `AttachOnce` runner). These options are currently supported:
24+
25+
- `unfold`: create extra entries for every codeblock inside a method that was inlined from elsewhere (named <inlined_method> in <root_method>)
26+
2127
## Disclaimer
2228

2329
I'm not a professional C code writer. The code is very "experimental", and it is e.g. missing checks for error conditions etc.. Use it at your own risk. You have been warned!

0 commit comments

Comments
 (0)