package
1.0.0-rc6
Repository: https://github.com/tluthra/go-chrome.git
Documentation: pkg.go.dev

# Structs

ConsoleProfileFinishedEvent represents Overlay.consoleProfileFinished event data.
ConsoleProfileStartedEvent represents Overlay.consoleProfileStarted event data.
CoverageRange defines coverage data for a source range.
DisableResult represents the result of calls to Profiler.disable.
EnableResult represents the result of calls to Profiler.enable.
FunctionCoverage defines coverage data for a JavaScript function.
GetBestEffortCoverageResult represents the result of calls to Profiler.getBestEffortCoverage.
PositionTickInfo specifies a number of samples attributed to a certain source position.
Profile defines a profile https://chromedevtools.github.io/devtools-protocol/tot/Profiler/#type-Profile */.
ProfileNode holds callsite information, execution statistics and child nodes.
ScriptCoverage defines coverage data for a JavaScript script.
ScriptTypeProfile is type profile data collected during runtime for a JavaScript script.
SetSamplingIntervalParams represents Profiler.setSamplingInterval parameters.
SetSamplingIntervalResult represents the result of calls to Profiler.setSamplingInterval.
StartPreciseCoverageParams represents Profiler.startPreciseCoverage parameters.
StartPreciseCoverageResult represents the result of calls to Profiler.startPreciseCoverage.
StartResult represents the result of calls to Profiler.start.
StartTypeProfileResult represents the result of calls to Profiler.startTypeProfile.
StopPreciseCoverageResult represents the result of calls to Profiler.stopPreciseCoverage.
StopResult represents the result of calls to Profiler.stop.
StopTypeProfileResult represents the result of calls to Profiler.stopTypeProfile.
TakePreciseCoverageResult represents the result of calls to Profiler.takePreciseCoverage.
TakeTypeProfileResult represents the result of calls to Profiler.takeTypeProfile.
TypeObject describes a type collected during runtime.
TypeProfileEntry is the source offset and types for a parameter or return value.