Collect ETS per-table memory and size.
[beam_stats.git] / include / beam_stats.hrl
index 8698310..5624270 100644 (file)
@@ -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()}]
     }).
This page took 0.017813 seconds and 4 git commands to generate.