|
@@ -17,5 +17,5 @@ Method for extracting datapoints from Rodinia and Polybench benchmark suites.
|
|
|
* rodinia_3.1: The Rodinia benchmark suite
|
|
|
* config.txt: A config file that defines the areas that will be measured (corresponding to CPU-hotspots and GPU-kernels)
|
|
|
* run_dataset: The scripts to build the datapoints
|
|
|
- * run_dataset.py: Usage `python run_dataset.py <app_hotspot_name> <energy|time>` The <app_hotspot_name> is retrieved from the config.txt
|
|
|
+ * run_dataset.py: Usage `python run_dataset.py <app_hotspot_name> <energy|time>` The <app_hotspot_name> is retrieved from the config.txt. The second argument is energy for measuring energy and time for measuring time
|
|
|
* measure_time_energy.py: Used for measuring execution time and energy consumption on Nvidia Tegra TX1
|