On 7/31/16, 8:25 PM, "bilbosax" <waspenc...@comcast.net> wrote:

>Hi Justin.  I have never used the additional compiler arguments dialogue
>before.  I profiled my app in Scout as you suggested, and when browsing
>through the Session Info, it says that Advanced Telemetry is disabled, so
>I
>don't know if I entered the additional compiler arguments correctly.  This
>is what I have in the dialogue:
>
>-locale en_US
>-advanced-telemetry=true
>-debug=false

It occurred to me that even if you got it right, if your code doesn't make
function calls or instantiate objects, there may not be good sample data.
IIRC, the ActionScript telemetry samples the call stack and doesn't look
at lines of code in a function.

So you could instrument the code if that's the case.  But as I just
replied to Javier, it really matters if the work can be divided up.  If
so, and you have considered Javier's list of issues, the next thing may
just be to try Workers, unless you think there are other optimizations
that are worth pursuing.

-Alex

Reply via email to