123456789101112131415161718192021222324(** A few core extensions.
@since 0.11 *)openTypes(** Additional extensions *)typeextension_event+=|Extension_set_thread_nameofstring|Extension_set_process_nameofstring|Extension_set_thread_sort_indexofint(** https://github.com/google/perfetto/pull/3273/changes#diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba
*)|Extension_set_process_sort_indexofint(** Specialized parameters *)typeextension_parameter+=|Extension_span_flavorof[`Sync|`Async](** Tell the backend if this is a sync or async span *)typemetric+=|Metric_intofint(** Int counter or gauge, supported by tracy, TEF, etc *)|Metric_floatoffloat(** Float counter or gauge, supported by tracy, TEF, etc *)