Beaver.MLIR.ActionTracing.Session (beaver v0.4.8)

Copy Markdown

A live context-scoped action tracing session.

Summary

Types

t()

@type t() :: %Beaver.MLIR.ActionTracing.Session{
  context: Beaver.MLIR.Context.t(),
  drain_interval_ms: pos_integer() | nil,
  limit: %{optional(String.t()) => non_neg_integer()},
  locations: [String.t()] | nil,
  metadata: map(),
  pid: pid(),
  skip: %{optional(String.t()) => non_neg_integer()},
  tags: [String.t()] | nil
}