microprobe.code.benchmark

microprobe.code.benchmark module

Functions

benchmark_factory([threads])

Classes

Benchmark() Class to represent a benchmark (highest level building block).
BuildingBlock() Class to represent a benchmark building block.
MultiThreadedBenchmark([num_threads])

Classes diagram

Inheritance diagram of Benchmark, BuildingBlock, MultiThreadedBenchmark



Functions

benchmark_factory(threads=1)[source]