How to get processor load in flash memory?

I tried to find out, but Google did not help. Is there any way to get processor usage in flash or adobe AIR?

I am using ActionScript 3.0 and flash CS5.

+2
source share
1 answer

There is no way in Flash. In AIR, only your own helper can do this. The Flash platform has a difficult time with system programming, this is not its strength.

+1
source

Source: https://habr.com/ru/post/1739005/


All Articles