Hi,
I see that Lua Glider has a profiling option that outputs call graphs, hit counts, time spent in functions etc.
When running in this mode it runs very slow (as expected) so it would be nice to have it working with breakpoints or start the profiler when you’re in the part of your application that your want to profile. Does anyone know if this possible to do?
Right now it is impossible to run the profiler on the part of the app I want due to loading and menu navigation taking a long time and freezing the simulator.
Thanks.