Uses of Enum Class
io.fluentlenium.core.performance.PerformanceTimingEvent
Packages that use PerformanceTimingEvent
-
Uses of PerformanceTimingEvent in io.fluentlenium.core.performance
Methods in io.fluentlenium.core.performance that return PerformanceTimingEventModifier and TypeMethodDescriptionstatic PerformanceTimingEventReturns 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.Methods in io.fluentlenium.core.performance with parameters of type PerformanceTimingEventModifier and TypeMethodDescriptionlongDefaultPerformanceTiming.getEventValue(PerformanceTimingEvent event) longPerformanceTiming.getEventValue(PerformanceTimingEvent event) Returns the value for the argument event type.default longPerformanceTiming.getEventValue(PerformanceTimingEvent event, TimeUnit timeUnit) Returns the value for the argument event type converted to the given time unit.