Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Initial build

Compare
Choose a tag to compare
@mcataford mcataford released this 21 Apr 12:23
· 8 commits to main since this release
953f365

Initial Intel Mac build.

Usage:

./doggo <trace_path> <resource_name or partial string> -[-vvv] [--depth=<depthLimit>]

Given a trace_path leading to tracedata json and a query (either a resource name or a partial resource name), displays the spans and children of the sections of the trace that match.

By default, timing information for each span is shown.

-v adds more resource-related information for each span;
-vv adds even more resource-related information, including tags, for each span;
--depth=<depthLimit> allows limiting how many levels down each match the display should go.