Update alignments.
[beam_stats.git] / include / beam_stats.hrl
index ae0b48a..25f9281 100644 (file)
@@ -1,14 +1,17 @@
 -record(beam_stats,
-    { timestamp    :: erlang:timestamp()
-    , node_id      :: atom()
-    , memory       :: [{atom(), non_neg_integer()}]
-    , io_bytes_in  :: non_neg_integer()
-    , io_bytes_out :: non_neg_integer()
+    { timestamp        :: erlang:timestamp()
+    , node_id          :: atom()
+    , memory           :: [{atom(), non_neg_integer()}]
+    , io_bytes_in      :: non_neg_integer()
+    , io_bytes_out     :: non_neg_integer()
     , 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()}]
     }).
This page took 0.025696 seconds and 4 git commands to generate.