Package org.hildan.chrome.devtools.domains.profiler
See: Description
-
Class Summary Class Description GetBestEffortCoverageResponse Response type for the ProfilerDomain.getBestEffortCoverage command. SetSamplingIntervalRequest Request object containing input parameters for the ProfilerDomain.setSamplingInterval command. StartPreciseCoverageRequest Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command. StartPreciseCoverageResponse Response type for the ProfilerDomain.startPreciseCoverage command. StopResponse Response type for the ProfilerDomain.stop command. TakePreciseCoverageResponse Response type for the ProfilerDomain.takePreciseCoverage command. TakeTypeProfileResponse Response type for the ProfilerDomain.takeTypeProfile command. GetCountersResponse Response type for the ProfilerDomain.getCounters command. GetRuntimeCallStatsResponse Response type for the ProfilerDomain.getRuntimeCallStats command. ProfilerDomain Official doc ProfileNode Profile node. Profile Profile. PositionTickInfo Specifies a number of samples attributed to a certain source position. CoverageRange Coverage data for a source range. FunctionCoverage Coverage data for a JavaScript function. ScriptCoverage Coverage data for a JavaScript script. TypeObject Describes a type collected during runtime. TypeProfileEntry Source offset and types for a parameter or return value. ScriptTypeProfile Type profile data collected during runtime for a JavaScript script. CounterInfo Collected counter information. RuntimeCallCounterInfo Runtime call counter information.