Tracy profiler missing some threads

I'm using the Tracy profiler, with the "profiling" crate. Looking at the results in real time, with Tracy-release. Latest released versions of everything. Six of the threads show up in the profile output, but three do not. Always, the same threads are missing.

The ones that do not show up are forked from the main thread during startup. The ones that do show up are all started by a loop from one of those threads. I know that threads which are not using time don't show up in the profile window, but two of those threads use a lot of time.

Any ideas?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.