Skip to content

Commit

Permalink
update Readme with source path
Browse files Browse the repository at this point in the history
  • Loading branch information
lievenhey authored and milianw committed Jul 21, 2023
1 parent 60f9bd2 commit a25e6c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ Options:
libraries.
--appPath <path> Path to folder containing the application executable
and libraries.
--sourcePaths <paths> Colon separated list of extra paths to the source
code.
--arch <path> Architecture to use for unwinding.
--exportTo <path> Path to .perfparser output file to which the input
data should be exported. A single input file has to
Expand Down Expand Up @@ -326,6 +328,9 @@ For easier navigation, you can simply click on a line and the other view will ju
You can follow function calls with a double click.
In the sourcecode view you can press ctrl+f or press the search icon to open a search window.

If you have the sources in different directory, you can use `--sourcePaths` or the settings to
select tell the disassembler to search there for the source code.

## Known Issues

If anything breaks in the above and the output is less usable than `perf report`, please
Expand Down

0 comments on commit a25e6c8

Please sign in to comment.