Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BasicWriteRead (0.1 sec)

  1. src/runtime/profbuf_test.go

    			t.Errorf("unexpected profile read (non-blocking): %#x, %#x, eof=%v; want nil, nil, eof=true", rdata, rtags, eof)
    		}
    	}
    
    	myTags := make([]byte, 100)
    	t.Logf("myTags is %p", &myTags[0])
    
    	t.Run("BasicWriteRead", func(t *testing.T) {
    		b := NewProfBuf(2, 11, 1)
    		write(t, b, unsafe.Pointer(&myTags[0]), 1, []uint64{2, 3}, []uintptr{4, 5, 6, 7, 8, 9})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 15 20:04:56 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top