runtime.profIndex.dataCount (method)
13 uses
runtime (current package)
profbuf.go#L129: func (x profIndex) dataCount() uint32 {
profbuf.go#L248: nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
profbuf.go#L250: i := int(bw.dataCount() % uint32(len(b.data)))
profbuf.go#L274: nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
profbuf.go#L278: i := int(bw.dataCount() % uint32(len(b.data)))
profbuf.go#L358: wd := int(bw.dataCount() % uint32(len(b.data)))
profbuf.go#L359: nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
profbuf.go#L459: numData := countSub(bw.dataCount(), br.dataCount())
profbuf.go#L505: data = b.data[br.dataCount()%uint32(len(b.data)):]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |