Packages

Basic Erlang statistics library

Current section

Files

Jump to
basho_stats include stats.hrl
Raw

include/stats.hrl

-define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))).
-ifdef(TEST).
-ifdef(EQC).
-include_lib("eqc/include/eqc.hrl").
-endif.
-include_lib("eunit/include/eunit.hrl").
-endif.