X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=blobdiff_plain;f=include%2Fbeam_stats.hrl;h=5624270f8e6734fd49d4cf5b4c9b0b8eeb826bf7;hp=86983103909a2e1d80b7665f251e0abcfbdafddb;hb=a8d431d1d7c542f66aeb1c272a5a2edf3cd9130d;hpb=28c1d03aafd6e29afd911f6e291cd46d9591575d diff --git a/include/beam_stats.hrl b/include/beam_stats.hrl index 8698310..5624270 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() + %, statistics :: [{atom() , term()}] %, system :: [{atom() , term()}] %, process :: [{atom() , term()}] %, port :: [{atom() , term()}] - %, ets :: [{atom() , term()}] %, dets :: [{atom() , term()}] }).