Victoria.ITF (Victoria v0.1.0)

Copy Markdown View Source

Loads Victoria's intentionally limited subset of the Informal Trace Format.

Advanced consumers may call load/1 directly; Victoria.Trace.load/1 is the preferred public entry point.

Summary

Functions

Loads path, validates the supported ITF subset, and returns a normalized trace.

Functions

load(path)

@spec load(Path.t()) :: {:ok, Victoria.Trace.t()} | {:error, Victoria.ITF.Error.t()}

Loads path, validates the supported ITF subset, and returns a normalized trace.