Flutter Engine
The Flutter Engine
|
Public Member Functions | |
DartNativeBenchmarks () | |
void | SetUp (const ::benchmark::State &state) |
void | TearDown (const ::benchmark::State &state) |
Public Member Functions inherited from flutter::testing::DartFixture | |
DartFixture () | |
DartFixture (std::string kernel_filename, std::string elf_filename, std::string elf_split_filename) | |
virtual Settings | CreateSettingsForFixture () |
void | AddNativeCallback (const std::string &name, Dart_NativeFunction callback) |
void | AddFfiNativeCallback (const std::string &name, void *callback_ptr) |
Additional Inherited Members | |
Protected Member Functions inherited from flutter::testing::DartFixture | |
void | SetSnapshotsAndAssets (Settings &settings) |
Protected Attributes inherited from flutter::testing::DartFixture | |
std::shared_ptr< TestDartNativeResolver > | native_resolver_ |
ELFAOTSymbols | split_aot_symbols_ |
std::string | kernel_filename_ |
std::string | elf_filename_ |
fml::UniqueFD | assets_dir_ |
ELFAOTSymbols | aot_symbols_ |
Definition at line 20 of file dart_native_benchmarks.cc.
|
inline |
Definition at line 22 of file dart_native_benchmarks.cc.
|
inline |
Definition at line 24 of file dart_native_benchmarks.cc.
|
inline |
Definition at line 26 of file dart_native_benchmarks.cc.