Collect reductions per process.
[beam_stats.git] / include / beam_stats_process.hrl
1 -record(beam_stats_process,
2 { pid :: pid()
3 , registered_name :: hope_option:t(atom())
4 , ancestry :: beam_stats_process:ancestry()
5 , status :: beam_stats_process:status()
6 , memory :: non_neg_integer()
7 , total_heap_size :: non_neg_integer()
8 , stack_size :: non_neg_integer()
9 , message_queue_len :: non_neg_integer()
10 , reductions :: non_neg_integer()
11 }).
This page took 0.066103 seconds and 4 git commands to generate.