Qtrace.Session (qtrace v1.0.0)

View Source

Represents a trace session

Summary

Types

t()

@type t() :: %Qtrace.Session{
  name: atom(),
  pid: pid(),
  trace_session: :trace.session()
}