-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum RumPerformanceMetric extends Enum<RumPerformanceMetric>
A cross-platform technical performance metric.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description JS_FRAME_TIMEThe JavaScript frame time of a React Native view in nanoseconds.
FLUTTER_RASTER_TIMEThe amount of time Flutter spent rasterizing the view.
FLUTTER_BUILD_TIMEThe amount of time Flutter spent in its
buildmethod for this view.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-