Add reductions delta.
[beam_stats.git] / include / beam_stats.hrl
CommitLineData
caf75ed8
SK
1-record(beam_stats,
2 { timestamp :: erlang:timestamp()
3 , node_id :: atom()
e7b39f07 4 , memory :: [{atom(), non_neg_integer()}]
b4e2333f
SK
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()
caf75ed8
SK
9 %, statistics :: [{atom() , term()}]
10 %, system :: [{atom() , term()}]
11 %, process :: [{atom() , term()}]
12 %, port :: [{atom() , term()}]
13 %, ets :: [{atom() , term()}]
14 %, dets :: [{atom() , term()}]
15 }).
This page took 0.029319 seconds and 4 git commands to generate.