Class Profiler.TakePreciseCoverageResponse

  • Enclosing class:
    Profiler

    public static class Profiler.TakePreciseCoverageResponse
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ScriptCoverage> getResult()
      Coverage data for the current isolate.
      java.lang.Number getTimestamp()
      Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TakePreciseCoverageResponse

        public TakePreciseCoverageResponse​(java.util.List<ScriptCoverage> result,
                                           java.lang.Number timestamp)
    • Method Detail

      • getResult

        public java.util.List<ScriptCoverage> getResult()
        Coverage data for the current isolate.
      • getTimestamp

        public java.lang.Number getTimestamp()
        Monotonically increasing time (in seconds) when the coverage update was taken in the backend.