X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=include%2Fbeam_stats_process.hrl;h=ec0e49c0df24ff164c8efb374d1996aff8641917;hb=HEAD;hp=65dc8605b3ffc13ec7b7d9e9da82cda561d45062;hpb=5eba068e902ebd18f8368a783291292117a217fe;p=beam_stats.git diff --git a/include/beam_stats_process.hrl b/include/beam_stats_process.hrl index 65dc860..ec0e49c 100644 --- a/include/beam_stats_process.hrl +++ b/include/beam_stats_process.hrl @@ -1,12 +1,11 @@ -record(beam_stats_process, { pid :: pid() , registered_name :: hope_option:t(atom()) - , raw_initial_call :: mfa() - , otp_initial_call :: hope_option:t(mfa()) - , otp_ancestors :: [{name, atom()} | {call, mfa()}] + , ancestry :: beam_stats_process:ancestry() , status :: beam_stats_process:status() , memory :: non_neg_integer() , total_heap_size :: non_neg_integer() , stack_size :: non_neg_integer() , message_queue_len :: non_neg_integer() + , reductions :: non_neg_integer() }).