type runtime/trace.Region

5 uses

	runtime/trace (current package)
		annotation.go#L152: func StartRegion(ctx context.Context, regionType string) *Region {
		annotation.go#L158: 	return &Region{id, regionType}
		annotation.go#L162: type Region struct {
		annotation.go#L167: var noopRegion = &Region{}
		annotation.go#L170: func (r *Region) End() {