Skip to content Skip to sidebar Skip to footer
Showing posts with the label Multicore

Is It Possible To Set Affinity With Sched_setaffinity In Android?

Is it possible to set CPU affinity in native C code compiled with the Android NDK? Since the system… Read more Is It Possible To Set Affinity With Sched_setaffinity In Android?

How To Get Usage Of Each Cpu Core On Android

I develop a widget on Android which display many useful informations. I am trying to modify this me… Read more How To Get Usage Of Each Cpu Core On Android