Flutter Engine
The Flutter Engine
|
#include "flutter/shell/common/shell.h"
#include "flutter/benchmarking/benchmarking.h"
#include "flutter/fml/logging.h"
#include "flutter/runtime/dart_vm.h"
#include "flutter/shell/common/thread_host.h"
#include "flutter/testing/elf_loader.h"
#include "flutter/testing/testing.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
static void | flutter::StartupAndShutdownShell (benchmark::State &state, bool measure_startup, bool measure_shutdown) |
static void | flutter::BM_ShellInitialization (benchmark::State &state) |
flutter::BENCHMARK (BM_ShellInitialization) | |
static void | flutter::BM_ShellShutdown (benchmark::State &state) |
flutter::BENCHMARK (BM_ShellShutdown) | |
static void | flutter::BM_ShellInitializationAndShutdown (benchmark::State &state) |
flutter::BENCHMARK (BM_ShellInitializationAndShutdown) | |