Browse Source

Update 'README.md'

Haris Marantos 4 years ago
parent
commit
a49611f02a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -17,5 +17,5 @@ Method for extracting datapoints from Rodinia and Polybench benchmark suites.
 *    rodinia_3.1: The Rodinia benchmark suite
 *    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)
 *    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: 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
     *     measure_time_energy.py: Used for measuring execution time and energy consumption on Nvidia Tegra TX1