Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GCSTWDone (0.07 sec)

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

    	EvGCDone:            {"GCDone", 5, false, []string{}, nil},
    	EvSTWStart:          {"GCSTWStart", 5, false, []string{"kindid"}, []string{"kind"}}, // <= 1.9, args was {} (implicitly {0})
    	EvSTWDone:           {"GCSTWDone", 5, false, []string{}, nil},
    	EvGCSweepStart:      {"GCSweepStart", 5, true, []string{}, nil},
    	EvGCSweepDone:       {"GCSweepDone", 5, false, []string{"swept", "reclaimed"}, nil}, // before 1.9, format was {}
    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