Uses of Enum Class
io.fluentlenium.core.performance.PerformanceTimingEvent
-
Uses of PerformanceTimingEvent in io.fluentlenium.core.performance
Modifier and TypeMethodDescriptionstatic PerformanceTimingEvent
Returns the enum constant of this class with the specified name.static PerformanceTimingEvent[]
PerformanceTimingEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionlong
DefaultPerformanceTiming.getEventValue
(PerformanceTimingEvent event) long
PerformanceTiming.getEventValue
(PerformanceTimingEvent event) Returns the value for the argument event type.default long
PerformanceTiming.getEventValue
(PerformanceTimingEvent event, TimeUnit timeUnit) Returns the value for the argument event type converted to the given time unit.