5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTER_TIME_CONVERTER_MM_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTER_TIME_CONVERTER_MM_
8#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTimeConverter.h"
9#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"
26- (uint64_t)CAMediaTimeToEngineTime:(CFTimeInterval)time {
34- (CFTimeInterval)engineTimeToCAMediaTime:(uint64_t)time {
FlutterEngineProcTable & embedderAPI()
Converts between the time representation used by Flutter Engine and CAMediaTime.
__weak FlutterEngine * _engine
static double time(int loops, Benchmark *bench, Target *target)
FlutterEngineGetCurrentTimeFnPtr GetCurrentTime