diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-04-11 14:50:41 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-11 14:50:41 +0000 |
commit | 63c5fa9cf2250dcd91dd88d8233c0d9d93b1d917 (patch) | |
tree | dec4fbdfe9cd940032d82b8326ad85b9f8e16092 /README.md | |
parent | 6bebd2e3cfb7790580722836d0debab3103c94d0 (diff) | |
download | pdfium-63c5fa9cf2250dcd91dd88d8233c0d9d93b1d917.tar.xz |
Add documentation about Valgrind LLD workaround
BUG=chromium:830706
Change-Id: I72ea6373d898953c10e523399655f1f630941b09
Reviewed-on: https://pdfium-review.googlesource.com/30110
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -141,6 +141,13 @@ checkout to see if the same failures appear. Code coverage reports for PDFium can be generated in Linux development environments. Details can be found [here](/docs/code-coverage.md). +## Profiling + +Valgrind and other profiling tools do not work correctly with the standard build +setup that PDFium uses. You will need to add +`ro_segment_workaround_for_valgrind=true` to `args.gn` to get symbols to +correctly appear. + ## Waterfall The current health of the source tree can be found at |