Difference between revisions of "Code Overlay Generator"

From esoterum.org
Jump to: navigation, search
(CBE Infrastructure)
 
Line 11: Line 11:
 
*'''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
 
*'''overlay_simulator_source_data/''': Contains benchmark traces for overlay simulator
 +
 +
  
 
== CBE Infrastructure ==
 
== CBE Infrastructure ==

Latest revision as of 20:44, 22 April 2011

Eclipse Projects

Additional infrastructure and information on required project files can be found here: Overlay generator
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