man megaco_codec_meas () - This module implements a simple megaco codec measurement tool.

NAME

megaco_codec_meas - This module implements a simple megaco codec measurement tool.

DESCRIPTION

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.

EXPORTS

t() -> void()

This function runs the measurement on all the official codecs; pretty, compact, ber, per and erlang.

t(Dirs) -> void()

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.

AUTHOR

Micael Karlberg - support@erlang.ericsson.se