65dc8605b3ffc13ec7b7d9e9da82cda561d45062
[beam_stats.git] / include / beam_stats_process.hrl
1 -record(beam_stats_process,
2 { pid :: pid()
3 , registered_name :: hope_option:t(atom())
4 , raw_initial_call :: mfa()
5 , otp_initial_call :: hope_option:t(mfa())
6 , otp_ancestors :: [{name, atom()} | {call, mfa()}]
7 , status :: beam_stats_process:status()
8 , memory :: non_neg_integer()
9 , total_heap_size :: non_neg_integer()
10 , stack_size :: non_neg_integer()
11 , message_queue_len :: non_neg_integer()
12 }).
This page took 0.053741 seconds and 3 git commands to generate.