[Feedback] Tracy integration with emulator's output
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.
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?
See TracyLua.hpp.
Thank you, I will have a look at it for sure. Please keep this issue open for the moment.