This repo contains all the measurement and analysis collected with PowerTutor and LabVIEW. The data are organized as follows:
ALGORITHM_SIZE-REP_CORE-FREQ
Where
ALGORITHM: the sorting algorithm used.SIZE: the size of the array to be sorted.REP: the number of times the array must be sortedCORE: the number of active cores on the CPUFREQ: operating frequency for the cores.AUTOmeans that the governor used isondemand, so the frequency is automatically scaled.
An R script used to analyze the power trace obtained from LabVIEW. Usage:
./script_daq.R FOLDER_NAME
Where FOLDER_NAME is the location where are stored the data.
An R script used to analyze the power trace obtained from PowerTutor. Usage:
./script_pt.R FOLDER_NAME
Where FOLDER_NAME is the location where are stored the data.
A shell script that launch the R script on all the folder if no parameters are specified. Otherwise launch the scripts only on the specified folder. Usage:
./gen_pdf.sh [FOLDER_NAME]