func runtime/trace.IsEnabled

4 uses

	runtime/trace (current package)
		annotation.go#L102: 	if IsEnabled() {
		annotation.go#L154: 	if !IsEnabled() {
		annotation.go#L181: func IsEnabled() bool {

	go.opencensus.io/trace
		trace_go11.go#L25: 	if !t.IsEnabled() {