Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type BufferUsageClient interface + Recv func() (*BufferUsageReply, error) + type BufferUsageReply struct + EventCount *float64 + PercentFull *float64 + Value *float64 + type CompleteClient interface + Recv func() (*CompleteReply, error) + type CompleteReply struct + Stream *io.StreamHandle + type DataCollectedClient interface + Recv func() (*DataCollectedReply, error) + type DataCollectedReply struct + Value []json.RawMessage + type GetCategoriesReply struct + Categories []string + type MemoryDumpConfig []byte + func (m *MemoryDumpConfig) UnmarshalJSON(data []byte) error + func (m MemoryDumpConfig) MarshalJSON() ([]byte, error) + type RecordClockSyncMarkerArgs struct + SyncID string + func NewRecordClockSyncMarkerArgs(syncID string) *RecordClockSyncMarkerArgs + type RequestMemoryDumpReply struct + DumpGUID string + Success bool + type StartArgs struct + BufferUsageReportingInterval *float64 + Categories *string + Options *string + TraceConfig *TraceConfig + TransferMode *string + func NewStartArgs() *StartArgs + func (a *StartArgs) SetBufferUsageReportingInterval(bufferUsageReportingInterval float64) *StartArgs + func (a *StartArgs) SetCategories(categories string) *StartArgs + func (a *StartArgs) SetOptions(options string) *StartArgs + func (a *StartArgs) SetTraceConfig(traceConfig TraceConfig) *StartArgs + func (a *StartArgs) SetTransferMode(transferMode string) *StartArgs + type TraceConfig struct + EnableArgumentFilter *bool + EnableSampling *bool + EnableSystrace *bool + ExcludedCategories []string + IncludedCategories []string + MemoryDumpConfig MemoryDumpConfig + RecordMode *string + SyntheticDelays []string