Define process ancestry as its own data type.
[beam_stats.git] / include / beam_stats_process_ancestry.hrl
CommitLineData
3088c08b
SK
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.02364 seconds and 4 git commands to generate.