I think it depends highly on what you're doing in the code being profiled.
I was recently playing with perlin noise and A* path finding... I had
initially implemented it as a tight loop and even with a output to a canvas
context, profiling data wouldn't load.  I broke it up so I have a
setTimeout(0)  inbetween iterations and now profiles load with no problem.

On Wed, Mar 21, 2018 at 5:03 PM, ibon <ibon.tolos...@gmail.com> wrote:

> I have an android app with v8 arm7 embedded. It runs on android 7.0, with
> v8 6.3.292
>
> I use chrome for remote dev tools debugging.
>
> With current Chrome 66 on OSX 10.13.3, the new dev tools Performance tab
> gets stuck 'Loading profile' after any profiling session.
> The Previous Javascript Profiler (more tools -> javascript profiler) works
> worse since it hangs my app until i close dev tools session.
> Debugger and memory work as expected though.
>
> It used to work perfectly in previous chrome versions.
>
> Is there anything I could do to make it work, or is it a known bug ?
>
> Any help would be very much appreciated.
> Thanks.
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to