wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
10.12k stars 673 forks source link

TRACY_NO_CODE_TRANSFER flag doesn't work #855

Open TobyBrull opened 2 months ago

TobyBrull commented 2 months ago

The flag doesn't prevent code being transfered from the tracee to the GUI as advertised.

TobyBrull commented 2 months ago

v0.11.0

TobyBrull commented 2 months ago

I patched the v0.11.0 tarball (moved the "#endif" in TracyProfiler.cpp two lines down) and this seems to prevent the tracee from sending the sources. But now it hangs on exit, with the symbol saying that an amount of requests is outstanding that is equal to the number of source files.

I guess what I'm saying is that it would be nice if the released GUI binary would work with a TRACY_NO_CODE_TRANSFER tracee.