include/lightspeed@platform@convention_profile_CoreProfile.hrl
-record(core_profile, {
name :: binary(),
runtime :: lightspeed@platform@convention_profile:runtime_convention(),
data :: lightspeed@platform@convention_profile:data_convention(),
template :: lightspeed@platform@convention_profile:template_convention(),
escape_hatches :: list(lightspeed@platform@convention_profile:escape_hatch()),
hidden_runtime_behavior :: boolean()
}).