Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileProfileWriter ¶
type FileProfileWriter struct {
// contains filtered or unexported fields
}
func NewFileWriter ¶
func NewFileWriter(dirPath string) *FileProfileWriter
type Option ¶
type Option func(p *Profiler)
func WithDebugInfoUploader ¶
func WithProfileWriter ¶
func WithProfileWriter(w ProfileWriter) Option
type ProfileWriter ¶
type Profiler ¶
type Profiler struct {
// contains filtered or unexported fields
}
func NewProfiler ¶
type RemoteProfileWriter ¶
type RemoteProfileWriter struct {
// contains filtered or unexported fields
}
func NewRemoteProfileWriter ¶
func NewRemoteProfileWriter(profileStoreClient profilestorepb.ProfileStoreServiceClient) *RemoteProfileWriter
Click to show internal directories.
Click to hide internal directories.