diff --git a/perf-testing/Docker/run.sh b/perf-testing/Docker/run.sh index 1878a90..7428eab 100755 --- a/perf-testing/Docker/run.sh +++ b/perf-testing/Docker/run.sh @@ -78,6 +78,7 @@ if [ ! -f build/build.ninja ]; then -Dgallium-va=false \ -Dvulkan-drivers=[] \ -Dvalgrind=false \ + -Dtracing=perfetto \ -Dlibdir=lib else pushd build @@ -94,6 +95,7 @@ else -Dgallium-va=false \ -Dvulkan-drivers=[] \ -Dvalgrind=false \ + -Dtracing=perfetto \ -Dlibdir=lib popd fi