Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for beginRegion (0.08 sec)

  1. src/internal/trace/order.go

    	regions []userRegion
    
    	// rangeState is the state of special time ranges bound to this goroutine.
    	rangeState
    }
    
    // beginRegion starts a user region on the goroutine.
    func (s *gState) beginRegion(r userRegion) error {
    	s.regions = append(s.regions, r)
    	return nil
    }
    
    // endRegion ends a user region on the goroutine.
    func (s *gState) endRegion(r userRegion) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top