Difference between revisions of "Code Overlay Generator"

From esoterum.org
Jump to: navigation, search
(Created page with '== Eclipse Project == *All Eclipse projects located on <code>'''agave'''</code> in <code>'''/home/mbaker7/workspace/'''</code> *'''overlay_generator/''': ::-'''Debug/src/''' :…')
 
(Eclipse Project)
Line 10: Line 10:
  
 
*'''overlay_simulator/''': Takes generated overlays and benchmark traces as inputs and calculates overlay overhead
 
*'''overlay_simulator/''': Takes generated overlays and benchmark traces as inputs and calculates overlay overhead
 
+
*'''overlay_simulator_source_data/''': Contains benchmark traces for overlay simulator
 
+
  
 
== CBE Infrastructure ==
 
== CBE Infrastructure ==

Revision as of 17:31, 22 April 2011

Eclipse Project

  • All Eclipse projects located on agave in /home/mbaker7/workspace/
  • overlay_generator/:
-Debug/src/
-run_overlay.sh: Generates overlay then compiles benchmark for each memory size, note that the c++ code actually iterates over the available memory sizes based on the start/stop/step values in the memory configuration file found in each benchmark source directory
  • overlay_generator_out_data/: Contains generated overlays after running the generator
  • overlay_simulator/: Takes generated overlays and benchmark traces as inputs and calculates overlay overhead
  • overlay_simulator_source_data/: Contains benchmark traces for overlay simulator

CBE Infrastructure

  • Files located on cell1 in /home/mike/workspace/
  • overlay_experiment/: Contains executables and scripts for collecting decoding data
-experiment.sh: Most recent experiment script for collecting results