dinamite-toolkit / timesquared

Performance Visualization Tool
MIT License
0 stars 1 forks source link

Turn threads off and on #10

Open dchanman opened 7 years ago

dchanman commented 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.

dchanman commented 7 years ago

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