Re: Script profiler

2020-06-07 Thread Mark Wieder via use-livecode
On 6/7/20 12:34 PM, J. Landman Gay via use-livecode wrote: On 6/7/20 2:27 PM, Niggemann, Bernd via use-livecode wrote: Jacques wrote Does anyone with a business license use the script profiler? I'm having trouble interpreting what it reports. According to the lesson in the LC Lessons, it

Re: Script profiler

2020-06-07 Thread J. Landman Gay via use-livecode
On 6/7/20 2:27 PM, Niggemann, Bernd via use-livecode wrote: Jacques wrote Does anyone with a business license use the script profiler? I'm having trouble interpreting what it reports. According to the lesson in the LC Lessons, it looks like the most recent handler is recorded on top of the

Re: Script profiler

2020-06-07 Thread Niggemann, Bernd via use-livecode
Jacques wrote > Does anyone with a business license use the script profiler? I'm having > trouble interpreting what it reports. According to the lesson in the LC > Lessons, it looks like the most recent handler is recorded on top of the > output but I'm getting output that is all mixed up

Re: Script Profiler

2017-03-09 Thread Heather Laine via use-livecode
I made some enquiries from the team on this, and I'm told: You can only profile a stack, not an individual handler. It profiles the top stack when you start the profiler, so you just have to make sure the stack with the resizeStack handler is the top stack, then start the profiler. I hope this