Re: [v8-users] Embedded V8 and Profiler

2018-03-21 Thread J Decker
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

[v8-users] Embedded V8 and Profiler

2018-03-21 Thread ibon
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 (