This module implements a simple megaco codec measurement tool.
Results are written to file (excel compatible text files) and on stdout.
Note that this module is not included in the runtime part of the application.
This function runs the measurement on all the official codecs; pretty, compact, ber, per and erlang.
Types:
Dirs = [codec()]
codec() -> pretty | compact | ber | per | erlang
Runs the codecs as specified in Dirs
. Note that the codec name used
here is also assumed to be the same as the directory containing the encoded
messages used in the measurement.