Lines Matching full:tracing
3 title: "Tracing Skia Execution"
4 linkTitle: "Tracing Skia Execution"
13 with the standard [tracing interface](chrome://tracing), along with the rest of Chromium. In
14 the Android framework, Skia's tracing is integrated into
17 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
20 Standalone Tracing
25 [chrome://tracing](chrome://tracing).
29 # Run DM on several GMs to get tracing data
33 tracing tool that prevent loading a file larger than 256 MB. To stay under that limit (and avoid
35 tracing. Once you have generated a file in this way, go to
36 [chrome://tracing](chrome://tracing), click Load:
41 tracing tools. Tip: press '?' for a help screen explaining the available keyboard and mouse
44 
50 tracing information to [atrace](https://source.android.com/devices/tech/debug/ftrace). On other
61 For simple situations, all tracing events can be directed to the console with `--trace debugf`:
65 # Run DM on a single GM with SkDebugf tracing
90 Tracing with Perfetto
93 tracing information to [Perfetto](https://perfetto.dev/docs/instrumentation/track-events).
96 By default, Perfetto tracing within Skia has been configured to handle relatively short
98 entire testing suite). For any tracing sessions longer than ~10 seconds, it is recommended to use t…