Documentation ¶
Index ¶
- Variables
- func ParseJFR(ctx context.Context, s storage.Putter, body io.Reader, pi *storage.PutInput, ...) (err error)
- type Context
- type LabelsSnapshot
- func (*LabelsSnapshot) Descriptor() ([]byte, []int)deprecated
- func (x *LabelsSnapshot) GetContexts() map[int64]*Context
- func (x *LabelsSnapshot) GetStrings() map[int64]string
- func (*LabelsSnapshot) ProtoMessage()
- func (x *LabelsSnapshot) ProtoReflect() protoreflect.Message
- func (x *LabelsSnapshot) Reset()
- func (x *LabelsSnapshot) String() string
- type RawProfile
Constants ¶
This section is empty.
Variables ¶
View Source
var File_jfr_labels_proto protoreflect.FileDescriptor
Functions ¶
Types ¶
type Context ¶ added in v0.18.0
type Context struct { Labels map[int64]int64 `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Context) Descriptor
deprecated
added in
v0.18.0
func (*Context) ProtoMessage ¶ added in v0.18.0
func (*Context) ProtoMessage()
func (*Context) ProtoReflect ¶ added in v0.18.0
func (x *Context) ProtoReflect() protoreflect.Message
type LabelsSnapshot ¶ added in v0.18.0
type LabelsSnapshot struct { Contexts map[int64]*Context `` /* 158-byte string literal not displayed */ Strings map[int64]string `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*LabelsSnapshot) Descriptor
deprecated
added in
v0.18.0
func (*LabelsSnapshot) Descriptor() ([]byte, []int)
Deprecated: Use LabelsSnapshot.ProtoReflect.Descriptor instead.
func (*LabelsSnapshot) GetContexts ¶ added in v0.18.0
func (x *LabelsSnapshot) GetContexts() map[int64]*Context
func (*LabelsSnapshot) GetStrings ¶ added in v0.18.0
func (x *LabelsSnapshot) GetStrings() map[int64]string
func (*LabelsSnapshot) ProtoMessage ¶ added in v0.18.0
func (*LabelsSnapshot) ProtoMessage()
func (*LabelsSnapshot) ProtoReflect ¶ added in v0.18.0
func (x *LabelsSnapshot) ProtoReflect() protoreflect.Message
func (*LabelsSnapshot) Reset ¶ added in v0.18.0
func (x *LabelsSnapshot) Reset()
func (*LabelsSnapshot) String ¶ added in v0.18.0
func (x *LabelsSnapshot) String() string
type RawProfile ¶ added in v0.19.0
func (*RawProfile) Bytes ¶ added in v0.19.0
func (p *RawProfile) Bytes() ([]byte, error)
func (*RawProfile) ContentType ¶ added in v0.19.0
func (p *RawProfile) ContentType() string
Click to show internal directories.
Click to hide internal directories.