Class Profile
- java.lang.Object
-
- org.openqa.selenium.devtools.profiler.model.Profile
-
public class Profile extends java.lang.Object
Recorded profile.
-
-
Constructor Summary
Constructors Constructor Description Profile(java.util.List<ProfileNode> nodes, java.time.Instant startTime, java.time.Instant endTime, java.util.List<java.lang.Integer> samples, java.util.List<java.lang.Integer> timeDeltas)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.Instant
getEndTime()
java.util.List<ProfileNode>
getNodes()
java.util.List<java.lang.Integer>
getSamples()
java.time.Instant
getStartTime()
java.util.List<java.lang.Integer>
getTimeDeltas()
-
-
-
Constructor Detail
-
Profile
public Profile(java.util.List<ProfileNode> nodes, java.time.Instant startTime, java.time.Instant endTime, java.util.List<java.lang.Integer> samples, java.util.List<java.lang.Integer> timeDeltas)
-
-
Method Detail
-
getNodes
public java.util.List<ProfileNode> getNodes()
-
getStartTime
public java.time.Instant getStartTime()
-
getEndTime
public java.time.Instant getEndTime()
-
getSamples
public java.util.List<java.lang.Integer> getSamples()
-
getTimeDeltas
public java.util.List<java.lang.Integer> getTimeDeltas()
-
-