rockpool.utilities.benchmarking.benchmark_utils

Utilities for performing benchmarking

Functions

benchmark_neurons(prepare_fn, create_fn, ...)

Benchmark the creation and evolution of neuron layers

plot_benchmark_results(creation_times, ...)

Convenience function to plot benchmark results

timeit(callable[, min_runs, max_runs, ...])

Time the execution of a callable