Package dsc_suite :: Package tools :: Module benchmarks
[hide private]
[frames] | no frames]

Module benchmarks

source code

benchmarks

Helper module implementing benchmark reading and creation capabilities

Right now, YAL and ACADEMIC benchmark support is implemented.

TODO: when porting to python 3000 use abstract classes/methods TODO: decide if the entities of a benchmark are named blocks or modules

Classes [hide private]
  Benchmark
class Benchmark() - encapsulating basic benchmark operations
  YAL
class YAL(Benchmark) - reading yal benchmarks
  RandomBench
class RandomBench(Benchmark) - generates random benchmark
  ACADEMIC
class YAL(Benchmark) - reading academic benchmarks
Variables [hide private]
  __package__ = 'dsc_suite.tools'