Track IO deltas.
[beam_stats.git] / src / beam_stats.erl
index e388396..1522568 100644 (file)
@@ -6,20 +6,5 @@
     [ t/0
     ]).
 
--export(
-    [ collect/0
-    ]).
-
--define(T, #?MODULE).
-
 -type t() ::
-    ?T{}.
-
--spec collect() ->
-    t().
-collect() ->
-    ?T
-    { timestamp = os:timestamp()
-    , node_id   = erlang:node()
-    , memory    = erlang:memory()
-    }.
+    #?MODULE{}.
This page took 0.023749 seconds and 4 git commands to generate.