java.lang.Object
org.openqa.selenium.devtools.v122.profiler.model.Profile

public class Profile extends Object
Profile.
  • Constructor Details

  • Method Details

    • getNodes

      public List<ProfileNode> getNodes()
      The list of profile nodes. First item is the root node.
    • getStartTime

      public Number getStartTime()
      Profiling start timestamp in microseconds.
    • getEndTime

      public Number getEndTime()
      Profiling end timestamp in microseconds.
    • getSamples

      public Optional<List<Integer>> getSamples()
      Ids of samples top nodes.
    • getTimeDeltas

      public Optional<List<Integer>> getTimeDeltas()
      Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.