type runtime/pprof.profileBuilder
17 uses
runtime/pprof (current package)
proto.go#L31: type profileBuilder struct {
proto.go#L135: func (b *profileBuilder) stringIndex(s string) int64 {
proto.go#L145: func (b *profileBuilder) flush() {
proto.go#L154: func (b *profileBuilder) pbValueType(tag int, typ, unit string) {
proto.go#L162: func (b *profileBuilder) pbSample(values []int64, locs []uint64, labels func()) {
proto.go#L174: func (b *profileBuilder) pbLabel(tag int, key, str string, num int64) {
proto.go#L183: func (b *profileBuilder) pbLine(tag int, funcID uint64, line int64) {
proto.go#L191: func (b *profileBuilder) pbMapping(tag int, id, base, limit, offset uint64, file, buildID string, hasFuncs bool) {
proto.go#L256: func newProfileBuilder(w io.Writer) *profileBuilder {
proto.go#L258: b := &profileBuilder{
proto.go#L274: func (b *profileBuilder) addCPUData(data []uint64, tags []unsafe.Pointer) error {
proto.go#L337: func (b *profileBuilder) build() {
proto.go#L388: func (b *profileBuilder) appendLocsForStack(locs []uint64, stk []uintptr) (newLocs []uint64) {
proto.go#L514: func (b *profileBuilder) emitLocation() uint64 {
proto.go#L577: func (b *profileBuilder) readMapping() {
proto.go#L693: func (b *profileBuilder) addMapping(lo, hi, offset uint64, file, buildID string) {
proto.go#L697: func (b *profileBuilder) addMappingEntry(lo, hi, offset uint64, file, buildID string, fake bool) {
 |
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. |