Clément Grégoire
Clément Grégoire
Keep issue alive
Github tells me that you requested changes but I'm not sure what changes you asked for ? (maybe the comments were not commited, I've seen this happen in the past...
An alternative to changing `COREPACK_ENABLE_AUTO_PIN` default, would be to actually prompt the user if they actually want you to do the change. In general, modifying (especially source) files without user...
See https://github.com/cameron314/concurrentqueue/commit/594bae453a25f83def391763a5c301cf1e36dbd0 Could you try reverting https://github.com/wolfpld/tracy/commit/d3783ae359f3584c5bbb685179aab2b6f7abe410 and see if it fixes your issue on nvcc ? The namespace was originally added for an old version of GCC, not sure...
Assuming by client you mean the profiler GUI (this is the opposite of the names used by the Tracy documentation), yes this is supported through the `SELF_PROFILE` option https://github.com/wolfpld/tracy/blob/8b3a421153a43044abd897471c63d5bf83b17a97/profiler/CMakeLists.txt#L8
Note that it is documented here for multi-dll projects https://github.com/wolfpld/tracy/blob/be7b116a658c0576959609d5bf33f5c392b9753f/manual/tracy.tex#L572-L575 But we might want to warn a bit more aggressively in the setup part, as it does mention the issue...
While this is a valid issue (there are indeed leaks caused by `tracy::Vector`), the implementation of this PR (obviously made by an AI) is incomplete. For example in `Vector::insert` we...
I reworked the whole PR based on @MrAntoine77's work. This now only adds the connection duration limit. I think it may be interesting to allow an option for quick edit...
Weird, I did build on wsl2 in June/July.. '
I have been thinking about something related recently: we probably want to be able to merge / convert an `.etl` file to a tracy capture. Another (simpler ?) approach is...