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