6b4df10d0f8deac1c782754b0e81fc66e90f9af5
[beam_stats.git] / include / beam_stats.hrl
1 -record(beam_stats,
2 { timestamp :: erlang:timestamp()
3 , node_id :: atom()
4 , memory :: [{erlang:memory_type(), non_neg_integer()}]
5 %, statistics :: [{atom() , term()}]
6 %, system :: [{atom() , term()}]
7 %, process :: [{atom() , term()}]
8 %, port :: [{atom() , term()}]
9 %, ets :: [{atom() , term()}]
10 %, dets :: [{atom() , term()}]
11 }).
This page took 0.06013 seconds and 3 git commands to generate.