From 1e2a702c1959d37db734d2ecfaee0e5035b2bfbb Mon Sep 17 00:00:00 2001 From: pdr Date: Wed, 6 Jul 2016 06:10:25 -0700 Subject: 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 --- site/user/tips.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'site/user/tips.md') 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: - 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.* -- cgit v1.2.3