Replies: 1 comment 5 replies
-
Why per thread when VizTracer already supports multi-thread tracing? That's the whole point - you can have all threads on the same report. If you are only interested in one of them, that's fine you can focus on that one, but you'll also know the exact timeline for others to infer the interaction between the threads. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was playing around with VizTracer (awesome lib, btw!) and saw the error:
I was trying to have one VizTracer recording per thread but it appears there can only be one VizTracer recording per process.
Is that true? It would be really nice to be able to scope the VizTracer to a single thread since several popular libraries use threads to concurrently handle separate tasks, especially where there's a lot of IO.
Beta Was this translation helpful? Give feedback.
All reactions