Catmandu::Fix::Bind::benchmark
a binder that calculates the execution time of Fix functions
- Provided by: libcatmandu-perl (Version: 1.1000-2)
- Report a bug
a binder that calculates the execution time of Fix functions
do benchmark(output:/dev/stderr)
foo()
end
# will create as side effect computation statistics on the stderr
elapsed command calls sec/comm
-------------------------------------------------------------
0.000006 Catmandu::Fix::foo 1 times 0.000006 secs/command
The benchmark binder computes all the Fix function plus as side effect calculates the execution time of all wrapped functions over all input records.
Required. The path of a file to which the benchmark statistics will be written.
Catmandu::Fix::Bind