Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/perf/shader.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ but only on the first run, you can _warm up_ the
shader captured in the Skia Shader Language (SkSL) for a
significant improvement.

![Side-by-side screenshots of janky mobile app next to non-janky app]({{site.url}}/assets/images/docs/perf/shader-jank.gif)
![Side-by-side screenshots of janky mobile app next to non-janky app]({{site.url}}/assets/images/docs/perf/render/shader-jank.gif)

## What is shader compilation jank?

Expand All @@ -33,7 +33,7 @@ Definitive evidence for the presence of shader compilation jank is to see
`GrGLProgramBuilder::finalize` in the tracing with `--trace-skia` enabled. See
the following screenshot for an example timeline tracing.

![A tracing screenshot verifying jank]({{site.url}}/assets/images/docs/perf/tracing.png){:width="100%"}
![A tracing screenshot verifying jank]({{site.url}}/assets/images/docs/perf/render/tracing.png){:width="100%"}

## What do we mean by "first run"?

Expand Down