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 ConsoleProfileFinishedClient interface + Recv func() (*ConsoleProfileFinishedReply, error) + type ConsoleProfileFinishedReply struct + ID string + Location debugger.Location + Profile Profile + Title *string + type ConsoleProfileStartedClient interface + Recv func() (*ConsoleProfileStartedReply, error) + type ConsoleProfileStartedReply struct + ID string + Location debugger.Location + Title *string + type CoverageRange struct + Count int + EndOffset int + StartOffset int + type FunctionCoverage struct + FunctionName string + IsBlockCoverage bool + Ranges []CoverageRange + type GetBestEffortCoverageReply struct + Result []ScriptCoverage + type PositionTickInfo struct + Line int + Ticks int + type Profile struct + EndTime float64 + Nodes []ProfileNode + Samples []int + StartTime float64 + TimeDeltas []int + type ProfileNode struct + CallFrame runtime.CallFrame + Children []int + DeoptReason *string + HitCount *int + ID int + PositionTicks []PositionTickInfo + type ScriptCoverage struct + Functions []FunctionCoverage + ScriptID runtime.ScriptID + URL string + type SetSamplingIntervalArgs struct + Interval int + func NewSetSamplingIntervalArgs(interval int) *SetSamplingIntervalArgs + type StartPreciseCoverageArgs struct + CallCount *bool + func NewStartPreciseCoverageArgs() *StartPreciseCoverageArgs + func (a *StartPreciseCoverageArgs) SetCallCount(callCount bool) *StartPreciseCoverageArgs + type StopReply struct + Profile Profile + type TakePreciseCoverageReply struct + Result []ScriptCoverage