Package io.webfolder.cdp.type.profiler
Class TakePreciseCoverageResult
java.lang.Object
io.webfolder.cdp.type.profiler.TakePreciseCoverageResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCoverage data for the current isolate.Monotonically increasing time (in seconds) when the coverage update was taken in the backend.void
setResult
(List<ScriptCoverage> result) Coverage data for the current isolate.void
setTimestamp
(Double timestamp) Monotonically increasing time (in seconds) when the coverage update was taken in the backend.toString()
-
Constructor Details
-
TakePreciseCoverageResult
public TakePreciseCoverageResult()
-
-
Method Details
-
getResult
Coverage data for the current isolate. -
setResult
Coverage data for the current isolate. -
getTimestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend. -
setTimestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend. -
toString
-