Update alignments.
[beam_stats.git] / include / beam_stats.hrl
CommitLineData
caf75ed8 1-record(beam_stats,
39ff67a6
SK
2 { timestamp :: erlang:timestamp()
3 , node_id :: atom()
4 , memory :: [{atom(), non_neg_integer()}]
5 , io_bytes_in :: non_neg_integer()
6 , io_bytes_out :: non_neg_integer()
3fe887d7 7 , context_switches :: non_neg_integer()
142c0796 8 , reductions :: non_neg_integer()
deefeb3c 9 , run_queue :: non_neg_integer()
a8d431d1 10 , ets :: beam_stats_ets:t()
5eba068e 11 , processes :: beam_stats_processes:t()
a8d431d1 12
caf75ed8
SK
13 %, statistics :: [{atom() , term()}]
14 %, system :: [{atom() , term()}]
caf75ed8 15 %, port :: [{atom() , term()}]
caf75ed8
SK
16 %, dets :: [{atom() , term()}]
17 }).
This page took 0.020753 seconds and 4 git commands to generate.