diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-07-11 16:42:43 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-13 14:41:45 +0000 |
commit | 95ea778b4411bbd46b21f93e391f3bbd3e798342 (patch) | |
tree | e7e998b59a5aae06ac2cda17065ac7a879a906ce /pdfium.gni | |
parent | 17453d03c3bdd18a893ae86058a6184939aee026 (diff) | |
download | pdfium-95ea778b4411bbd46b21f93e391f3bbd3e798342.tar.xz |
Added Callgrind instrumentation delimiters to pdfium_test.
Change-Id: I664497b5bab640e642bde3f80aaeb62467237407
Reviewed-on: https://pdfium-review.googlesource.com/7281
Reviewed-by: dsinclair <dsinclair@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gni b/pdfium.gni index d9bdfb6687..530301a5d9 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -50,6 +50,9 @@ declare_args() { # Build a complete static library pdf_is_complete_lib = false + # Enable callgrind for performance profiling + enable_callgrind = false + # Enable coverage information use_coverage = false |