RoughMobilePerformance class
Performance monitoring for mobile web
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getAverageFrameTime(
) → Duration - Get average frame time
-
getPerformanceReport(
) → Map< String, dynamic> - Get performance report
-
isPerformanceGood(
) → bool - Check if performance is acceptable (under 16.67ms for 60fps)
-
recordFrame(
) → void - Record frame time for performance monitoring