Skip to content
/ dvfs Public

A C++ native Android program that does dynamic frequency scaling to achieve a target frames-per-second (FPS).

License

Notifications You must be signed in to change notification settings

yeokm1/dvfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvfs-odroid

A C++ native Android program that does dynamic frequency scaling to achieve a target frames-per-second (FPS). FPS is provided via command line arguments. Has been tested to work only on Nexus 5 and Odroid-XU.

Designed to work with the frontend app here.

Eclipse settings for windows

Project -> Properties -> C/C++ General -> Paths and Symbols

Add the following to include directories

C:\android-ndk-r10d\toolchains\arm-linux-androideabi-4.6\prebuilt\windows-x86_64\lib\gcc\arm-linux-androideabi\4.6\include
C:\android-ndk-r10d\toolchains\arm-linux-androideabi-4.6\prebuilt\windows-x86_64\lib\gcc\arm-linux-androideabi\4.6\include-fixed

About

A C++ native Android program that does dynamic frequency scaling to achieve a target frames-per-second (FPS).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published