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 look
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 ou
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 witho
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