[Bug 1574779] Re: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler

2016-06-16 Thread Sergio Cazzolato
These are the event I got when I executed the here app with command profile_appstart.sh -u 127.0.0.1 -p -a com.nokia.heremaps_here_1.0.9 -c 10 -s 15 It is clear that the qtmir:firstFrameDrawn event is arriving twice. This app is the only one it is being executed in the device. Processing

[Bug 1574779] Re: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler

2016-06-13 Thread Sergio Cazzolato
** Tags added: performance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574779 Title: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler To manage notifications about this bug

[Bug 1574779] Re: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler

2016-05-23 Thread Sergio Cazzolato
Tried with 12 and 15 seconds and I got the same error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574779 Title: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler To manage

[Bug 1574779] Re: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler

2016-05-16 Thread Sergio Cazzolato
I have used longer times (12s), I am gonna try with even longer ones to see if it is the solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574779 Title: "RuntimeError: Wrong Nr of events"

[Bug 1574779] Re: "RuntimeError: Wrong Nr of events" executing the app-launch-profiler

2016-05-13 Thread Zoltan Balogh
The blind guess is that the sleep time is too short. The tool works in a way that it starts the app and expects the first frame event. After the defined sleep time the app gets stoped. This error happens when the first frame is not drawn before the app gets closed. Try to use longer sleep. Like