Lines Matching +full:traces +full:- +full:db
1 Running traces on a local machine
5 -------------
6 - Install `Apitrace <https://apitrace.github.io/>`__
7 - Install `Renderdoc <https://renderdoc.org/>`__ (only needed for some traces)
8 - Download and compile `Piglit <https://gitlab.freedesktop.org/mesa/piglit>`__ and install his `dep…
9 - Download traces you want to replay from `traces-db <https://gitlab.freedesktop.org/gfx-ci/tracie/…
12 --------------------
15 .. code-block:: sh
17 apitrace replay -w name_of_trace.trace
23 .. code-block:: sh
27 ./replayer.py compare trace -d test path/name_of_trace.trace 0 # replace with expected checksum
31 -----------------------
33 Sometimes it's useful to be able to test traces on your local machine instead of the Mesa CI runner…
35 … path in the YAML file from local proxy or MinIO to the local directory (URL-like format ``file://…
37 .. code-block:: sh
42 ./piglit run -l verbose --timeout 300 -j10 replay ~/results/
45 Note: For replaying traces, you may need to allow higher GL and GLSL versions. You can achieve that…