It’s not possible to find any ActionScript APIs even in the beta documentation, do I correctly assume that this means that the only way to measure CPU / memory consumption is to prepare your own custom solution, associate it with AIR and make it work on every target the platform?
Basically, the goal is to have this information in AIR and not use an external application for profiling, not even to create Flex / Flash.
Thanks for the helpful answers, System.totalMemory stealthily eluded me!
It seems that to boot the processor, the only solution would be to scramble the command line using NativeProcess.
source
share