API Reference · Diagnostics

Diagnostics.TraceFormat

Namespace: Ava3D.Diagnostics

public enum Diagnostics.TraceFormat

The shapes FrameTrace.Export writes.

Values

ValueDescription
ChromeJson

Chrome's trace event format — {"traceEvents":[...]} with complete events in microseconds. Perfetto (ui.perfetto.dev) and chrome://tracing open it as it is.

Csv

One row per frame, with a header naming the columns after FrameRecord's fields.

See also