Flutter Engine
The Flutter Engine
Classes | Functions
benchmarking Namespace Reference

Classes

class  ScopedPauseTiming
 

Functions

int Main (int argc, char **argv)
 

Function Documentation

◆ Main()

int benchmarking::Main ( int  argc,
char **  argv 
)

Definition at line 14 of file benchmarking.cc.

14 {
16#if !defined(FML_OS_ANDROID)
18 std::string icudtl_path =
19 cmd.GetOptionValueWithDefault("icu-data-file-path", "icudtl.dat");
20 fml::icu::InitializeICU(icudtl_path);
21#endif
23 ::benchmark::RunSpecifiedBenchmarks();
24 return 0;
25}
char ** argv
Definition: library.h:9
void InitializeICU(const std::string &icu_data_path)
Definition: icu_util.cc:102
void InstallCrashHandler()
Definition: backtrace.cc:126
CommandLine CommandLineFromPlatformOrArgcArgv(int argc, const char *const *argv)
Definition: command_line.h:242
void Initialize(zx::channel directory_request, std::optional< zx::eventpair > view_ref)
Initializes Dart bindings for the Fuchsia application model.
Definition: fuchsia.cc:103