X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=blobdiff_plain;f=include%2Fbeam_stats.hrl;h=25f92819a635e0e2b1773fa43d8196402f750dfe;hp=aaaf107583443ccfd9f0a8dc29aef3ea313deba4;hb=39ff67a62324705869d1ee364e98b17d14e70438;hpb=e99ea129941260681c5518ac37267e1f5b4e28c3 diff --git a/include/beam_stats.hrl b/include/beam_stats.hrl index aaaf107..25f9281 100644 --- a/include/beam_stats.hrl +++ b/include/beam_stats.hrl @@ -1,9 +1,9 @@ -record(beam_stats, - { timestamp :: erlang:timestamp() - , node_id :: atom() - , memory :: [{atom(), non_neg_integer()}] - , io_bytes_in :: non_neg_integer() - , io_bytes_out :: non_neg_integer() + { timestamp :: erlang:timestamp() + , node_id :: atom() + , memory :: [{atom(), non_neg_integer()}] + , io_bytes_in :: non_neg_integer() + , io_bytes_out :: non_neg_integer() , context_switches :: non_neg_integer() , reductions :: non_neg_integer() , run_queue :: non_neg_integer()