tracy icon indicating copy to clipboard operation
tracy copied to clipboard

[Feedback] Tracy integration with emulator's output

Open djipi opened this issue 3 months ago • 2 comments

Hi. I'm able to communicate the cpu (68000) emulation, from my emulator, to Tracy. Emulator gathers the 68000 cpu profiling information, does a treatment, and send stuff to Tracy (address/function name, cycles used, start / end cycles) using the C API. It works. I have to rely on my cpu cycles because Tracy probably uses the cpu clock from the host to give the microseconds / milliseconds. Image To improve the results, I would like to know if it would be possible to have features in the API to modify the location, and the function?

djipi avatar Oct 30 '25 10:10 djipi

See TracyLua.hpp.

wolfpld avatar Oct 30 '25 12:10 wolfpld

Thank you, I will have a look at it for sure. Please keep this issue open for the moment.

djipi avatar Oct 31 '25 07:10 djipi