X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=include%2Fbeam_stats.hrl;h=aaaf107583443ccfd9f0a8dc29aef3ea313deba4;hb=5eba068e902ebd18f8368a783291292117a217fe;hp=86983103909a2e1d80b7665f251e0abcfbdafddb;hpb=deefeb3c22860ae87538cdbde852a3f8ba0ee7c0;p=beam_stats.git diff --git a/include/beam_stats.hrl b/include/beam_stats.hrl index 8698310..aaaf107 100644 --- a/include/beam_stats.hrl +++ b/include/beam_stats.hrl @@ -7,10 +7,11 @@ , context_switches :: non_neg_integer() , reductions :: non_neg_integer() , run_queue :: non_neg_integer() + , ets :: beam_stats_ets:t() + , processes :: beam_stats_processes:t() + %, statistics :: [{atom() , term()}] %, system :: [{atom() , term()}] - %, process :: [{atom() , term()}] %, port :: [{atom() , term()}] - %, ets :: [{atom() , term()}] %, dets :: [{atom() , term()}] }).