runner/app_performance_log library
Functions
-
buildScreenPerformanceJson(
{required String screenName, required List< AppFrameTimingEntry> frames, required List<PerformanceMarker> markers}) → Map<String, dynamic> -
writeAppPerformanceLog(
EnsembleTestContext context) → Future< String> -
writePerformanceLog(
{required TestLogger logger, required String filePrefix, required String name, required List< AppFrameTimingEntry> frames, List<PerformanceMarker> markers = const [], List<APICallRecord> apiCalls = const []}) → Future<String>