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

[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

Re: [v8-users] standalone static library

2018-03-21 Thread Jakob Kummerow
I would hope that NetBeans provides a way to configure it such that V8 is compiled with V8's own build process, and your embedding project's code with whatever system you choose to use (which might be whatever NetBeans uses by default); but I don't know how to set that up, sorry. V8's build

Re: [v8-users] standalone static library

2018-03-21 Thread Zac Hansen
Please post the exact error messages you received when you followed the posted docs. On Wednesday, March 21, 2018 at 5:56:27 AM UTC-7, Eduardo Bolis wrote: > > Yes, I did. The examples created in the build process (Hello World, Shell, > etc) works fine. > But when I try to compile them from

Re: [v8-users] standalone static library

2018-03-21 Thread Eduardo Bolis
Yes, I did. The examples created in the build process (Hello World, Shell, etc) works fine. But when I try to compile them from Netbeans, there are lot of libraries internal reference errors (if you wish, I will put an example here). and the compile line code from the turorial references a