Open dchanman opened 7 years ago
In the trace viewing panel, I'd like to be able to turn threads off and on, so I can choose to see only a subset of the rendered threads.
Temporary workaround: add a filter into your query:
eg.
SELECT dir, func, tid, time FROM trace WHERE tid = 3 or tid = 4 or tid = 5
In the trace viewing panel, I'd like to be able to turn threads off and on, so I can choose to see only a subset of the rendered threads.