Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: site/user/tips.md

Issue 2121673002: Update dev docs to reference the new skia debugger (skiaserve) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/user/quick/linux.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/tips.md
diff --git a/site/user/tips.md b/site/user/tips.md
index 197bd6411ce91129398872d91772a93ac720eb21..7e6bc8ae9fbab4168f594d62411f7c126268a85c 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.*
« no previous file with comments | « site/user/quick/linux.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698