Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for timerGoids (0.11 sec)

  1. src/internal/trace/internal/oldtrace/parser.go

    	// map from Ps to their batch offsets
    	batchOffsets map[int32][]batchOffset
    	stacks       map[uint32][]uint64
    	stacksData   []uint64
    	ticksPerSec  int64
    	pcs          map[uint64]Frame
    	cpuSamples   []Event
    	timerGoids   map[uint64]bool
    
    	// state for readRawEvent
    	args []uint64
    
    	// state for parseEvent
    	lastTs Timestamp
    	lastG  uint64
    	// map from Ps to the last Gs that ran on them
    	lastGs map[int32]uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top