Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for heapgoal_value (0.18 sec)

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

    		Name:         "HeapAlloc",
    		Args:         []string{"dt", "heapalloc_value"},
    		IsTimedEvent: true,
    	},
    	EvHeapGoal: event.Spec{
    		Name:         "HeapGoal",
    		Args:         []string{"dt", "heapgoal_value"},
    		IsTimedEvent: true,
    	},
    	EvGoLabel: event.Spec{
    		Name:         "GoLabel",
    		Args:         []string{"dt", "label_string"},
    		IsTimedEvent: true,
    		StringIDs:    []int{1},
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-annotations.test

    EventBatch gen=1 m=167926 time=28113086275999 size=324
    ProcStatus dt=295 p=0 pstatus=1
    GoStatus dt=5 g=1 m=167926 gstatus=2
    ProcsChange dt=405 procs_value=48 stack=1
    STWBegin dt=65 kind_string=21 stack=2
    HeapGoal dt=2 heapgoal_value=4194304
    ProcStatus dt=4 p=1 pstatus=2
    ProcStatus dt=1 p=2 pstatus=2
    ProcStatus dt=1 p=3 pstatus=2
    ProcStatus dt=1 p=4 pstatus=2
    ProcStatus dt=1 p=5 pstatus=2
    ProcStatus dt=1 p=6 pstatus=2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. src/cmd/trace/testdata/go122.test

    STWBegin dt=4128 kind_string=23 stack=37
    GoUnblock dt=64 g=25 g_seq=8 stack=38
    HeapAlloc dt=25 heapalloc_value=16970376
    GoUnblock dt=24 g=3 g_seq=5 stack=39
    GCEnd dt=6 gc_seq=6
    HeapGoal dt=7 heapgoal_value=34360936
    ProcsChange dt=46 procs_value=8 stack=40
    STWEnd dt=49
    GoBlock dt=756 reason_string=15 stack=27
    GoStart dt=10 g=3 g_seq=6
    GoBlock dt=14862 reason_string=14 stack=44
    ProcStop dt=25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-annotations-stress.test

    EventBatch gen=1 m=1986492 time=2753925244400 size=582
    ProcStatus dt=67 p=1 pstatus=1
    GoStatus dt=4 g=1 m=1986492 gstatus=2
    ProcsChange dt=220 procs_value=8 stack=1
    STWBegin dt=127 kind_string=21 stack=2
    HeapGoal dt=3 heapgoal_value=4194304
    ProcStatus dt=2 p=0 pstatus=2
    ProcStatus dt=2 p=2 pstatus=2
    ProcStatus dt=1 p=3 pstatus=2
    ProcStatus dt=1 p=4 pstatus=2
    ProcStatus dt=1 p=5 pstatus=2
    ProcStatus dt=1 p=6 pstatus=2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  5. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoUnblock dt=29 g=86 g_seq=6 stack=23
    HeapAlloc dt=53 heapalloc_value=103773088
    GoStatus dt=10 g=3 m=18446744073709551615 gstatus=4
    GoUnblock dt=7 g=3 g_seq=1 stack=24
    GCEnd dt=3 gc_seq=5
    HeapGoal dt=6 heapgoal_value=207987496
    ProcsChange dt=45 procs_value=48 stack=25
    STWEnd dt=399
    GoUnblock dt=5992 g=130 g_seq=6 stack=26
    GCMarkAssistEnd dt=9
    HeapAlloc dt=11 heapalloc_value=103816864
    GCSweepBegin dt=79 stack=27
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top