Home
last modified time | relevance | path

Searched refs:CATAPULT (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/tools/
Droll-catapult-trace-viewer28 CATAPULT="$1"
29 if [ ! -d "$CATAPULT/.git" ]; then
30 echo "$CATAPULT must point to a valid catapult repo"
34 REVISION=$(git -C "$CATAPULT" rev-parse --short HEAD)
37 git -C "$CATAPULT" log -1 | cat
40 "$CATAPULT/tracing/bin/generate_about_tracing_contents" --outdir "$OUTDIR"