Skip to main content

TracingScope

type TracingScope struct {
// contains filtered or unexported fields
}

TracingScope is a `clika_rt_tracing_scope*` handle (single-owner-close).

Methods

Close

func (h *TracingScope) Close()

Close exits the scope and frees the handle; safe to call twice.