type runtime/trace.Region

5 uses

	runtime/trace (current package)
		annotation.go#L153: func StartRegion(ctx context.Context, regionType string) *Region {
		annotation.go#L159: 	return &Region{id, regionType}
		annotation.go#L163: type Region struct {
		annotation.go#L168: var noopRegion = &Region{}
		annotation.go#L171: func (r *Region) End() {