100% CPU When Testing on Mac

When I test the Actuate example app on mac or IOS simulator the process is taking 100% of cpu. I'm building using: haxelib run nme test "Actuate Example.nmml" mac haxelib run nme test "Actuate Example.nmml" ios -simulator I've tried commenting o…

Viewing 1 to 2 (2 Total)
100% CPU When Testing on Mac

mikestead

mikestead
Total Posts: 13
Joined: August 08, 2012

When I test the Actuate example app on mac or IOS simulator the process is taking 100% of cpu.

I'm building using:

haxelib run nme test "Actuate Example.nmml" mac
haxelib run nme test "Actuate Example.nmml" ios -simulator

I've tried commenting out the 'initialize() and construct()' calls in the ActuateExample.hx constructor to eliminate any rendering overhead and see no change in the cpu usage.

A quick search through the bugs and forums didn't find this issue so just want to check it is indeed an unknown bug before raising it.

OSX v10.8
IOS v5.1
nme v3.4.0
hxcpp v2.10
haxe v2.10

Cheers,
Mike

Tags:
Posted on August 08, 2012 at 1:25 AM

mikestead

mikestead
Total Posts: 13
Joined: August 08, 2012

Re: 100% CPU When Testing on Mac

Issue raised herehttp://haxenme.atlassian.net/browse/NME-117...

Posted on August 08, 2012 at 8:27 PM