45ae9e4f49d2537c27789161932e64acf36df80e
[beam_stats.git] / include / beam_stats_process_ancestry.hrl
1 -record(beam_stats_process_ancestry,
2 { raw_initial_call :: mfa()
3 , otp_initial_call :: hope_option:t(mfa())
4 , otp_ancestors :: [{name, atom()} | {call, mfa()}]
5 }).
This page took 0.050759 seconds and 3 git commands to generate.