Clément Grégoire

Results 98 comments of Clément Grégoire

Tracy can already trace a read-write lock using `TracySharedLockable` and `SharedLockableBase` (shared is the name used by the c++ std). However it is indeed missing instrumentation support for things such...

Macos has longer thread names, this is confirmed by the libpthread implementation: https://github.com/apple-oss-distributions/libpthread/blob/1ebf56b3a702df53213c2996e5e128a535d2577e/src/pthread.c#L1190 Pthread limits the name to 64bytes internally (but provides the full length to the system) https://github.com/apple-oss-distributions/libpthread/blob/1ebf56b3a702df53213c2996e5e128a535d2577e/src/types_internal.h#L141

I suppose you mean something like [Squarified treemaps](https://vanwijk.win.tue.nl/stm.pdf), for memory tracking ?

As mentioned I can not go into too much details as to why a global installation is not possible for us. Note that this used to work (v7 I believe?)...

I see, I'm fine with it not working if it is indeed a technical issue (but is it really? Wouldn't skipping moving pnpm to `.ignored` fix the issue?). Perhaps a...

Sorry for the late answer. > What makes you believe that they will just drop the `packageManager` field? There's no chance that will happen as thousands of projects already use...

Note that this can be fixed as done here https://github.com/wolfpld/tracy/blob/073df4ed42149443ccab40b44fdf12e09057c2f4/public/tracy/Tracy.hpp#L16 @GabrielSiliceum Can you extract the changes to their own PR as the symbol resolution one may take a while to...

I think this can be closed since https://github.com/wolfpld/tracy/pull/1022 has been merged

Ideally as close to the test code as possible or somewhere you can know what failed I guess. I suppose where the check is actually done would be OK? I'm...