wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.61k stars 592 forks source link

VxWorks support #781

Open douglasbeniz opened 2 months ago

douglasbeniz commented 2 months ago

Hello Tracy community!

I'm interested on performance pofiling some real-time applications running on VxWorks 7 (release 21.07 to be more specific) and Tracy Profiler offers pretty much what I'm looking for.

As a try I forked the main branch in my personal area douglasbeniz/tracy and with simple modifications I was able to compile some VxWorks applications in user space (running as RTPs) with "TracyClient" integrated to them. Then I collected data from such RTPs (VxWorks) in Profiler server running on Windows.

But then I wonder if someone had previously tried to use Tracy in VxWorks... if not, what would you guys recommend, please, as good practice to do it.

Thanks in advance!