Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EvEventBatch (0.09 sec)

  1. src/internal/trace/event/go122/event.go

    // license that can be found in the LICENSE file.
    
    package go122
    
    import (
    	"fmt"
    	"internal/trace/event"
    )
    
    const (
    	EvNone event.Type = iota // unused
    
    	// Structural events.
    	EvEventBatch // start of per-M batch of events [generation, M ID, timestamp, batch length]
    	EvStacks     // start of a section of the stack table [...EvStack]
    	EvStack      // stack table entry [ID, ...{PC, func string ID, file string ID, line #}]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top