module Morpheus::Benchmarking

Provides global Benchmarking functionality This provides a store of benchmarking records which can be looked up by name. There is also a global enabled flag that can be used. There is a mixin HasBenchmarking which provides start_benchmark(), stop_benchmark() and with_benchmark()