aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/tips.md
diff options
context:
space:
mode:
authorGravatar pdr <pdr@chromium.org>2016-07-06 06:10:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-06 06:10:25 -0700
commit1e2a702c1959d37db734d2ecfaee0e5035b2bfbb (patch)
tree3a44f096697244f0d2c6207d166ddb90a1eadd62 /site/user/tips.md
parent2dcb615c6f4822352cac1ef4dc20303ebd1ad171 (diff)
Update dev docs to reference the new skia debugger (skiaserve)
This patch adds a new markdown file describing the new debugger along with instructions on running it locally and a sweet screenshot. The screenshot has been sized to not be clipped when viewed in production. The old documentation for the qt-based debugger has been marked as deprecated and all docs referencing the old debugger have been updated. BUG=skia:5493 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2121673002 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=2121673002 Review-Url: https://codereview.chromium.org/2121673002
Diffstat (limited to 'site/user/tips.md')
-rw-r--r--site/user/tips.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/site/user/tips.md b/site/user/tips.md
index 197bd6411c..7e6bc8ae9f 100644
--- a/site/user/tips.md
+++ b/site/user/tips.md
@@ -103,15 +103,11 @@ Capture a `.skp` file on a web page in Chromium
3. Execute: `chrome.gpuBenchmarking.printToSkPicture('/tmp')`
This returns "undefined" on success.
-Open the resulting file in the Skia Debugger, rasterize it with `dm`,
+Open the resulting file in the [Skia Debugger](/dev/tools/debugger), rasterize it with `dm`,
or use Skia's `SampleApp` to view it:
<!--?prettify lang=sh?-->
- bin/sync-and-gyp
- ninja -C out/Release debugger dm SampleApp
- out/Release/debugger /tmp/layer_0.skp &
-
out/Release/dm --src skp --skps /tmp/layer_0.skp -w /tmp \
--config 8888 gpu pdf --verbose
ls -l /tmp/*/skp/layer_0.skp.*