Home | History | Annotate | only in /external/toolchain-utils/bestflags/examples/omnetpp
Up to higher level directory
NameDateSize
build_omnetpp21-Aug-20181.8K
conf21-Aug-201835
example.json21-Aug-2018291
README21-Aug-2018909
test_omnetpp21-Aug-2018574

README

      1 This directory contains the omnetpp example in SPEC2006 benchmark.
      2 
      3 It also contains the json configuration file which includes the meta data
      4 information to run the experiment.
      5 
      6 This directory contains a build file build_omnetpp which is used by the build
      7 module of the framework to compile the application.
      8 This directory contains a test file test_omnetpp which is used by the test
      9 module of the framework to benchmark the optimization compilation.
     10 This directory contains a conf file which includes the set of optimization flags
     11 the experiment will try.
     12 
     13 To use this direction, first gives the file the executable permission.
     14   chmod a+x build_bikjmp
     15   chmod a+x test_bikjmp
     16 
     17 Copy the SPEC2006 benchmark into this directory.
     18 
     19 To run, invoke the example_algorithm.py in the parent directory.
     20   python example_algorithms.py --file=examples/omnetpp/example.json
     21 
     22 For help,
     23   python example_algorithms.py --help