Flutter Engine
The Flutter Engine
Functions
txt_run_all_benchmarks.cc File Reference
#include "flutter/fml/command_line.h"
#include "flutter/fml/icu_util.h"
#include "flutter/fml/logging.h"
#include "flutter/testing/testing.h"
#include "flutter/third_party/txt/tests/txt_test_utils.h"
#include "third_party/benchmark/include/benchmark/benchmark.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 25 of file txt_run_all_benchmarks.cc.

25 {
29 if (txt::GetFontDir().length() <= 0) {
30 FML_LOG(ERROR) << "Font directory not set via txt::SetFontDir.";
31 return EXIT_FAILURE;
32 }
34
35 std::string icudtl_path =
36 cmd.GetOptionValueWithDefault("icu-data-file-path", "icudtl.dat");
37 fml::icu::InitializeICU(icudtl_path);
38
39 ::benchmark::RunSpecifiedBenchmarks();
40}
#define FML_LOG(severity)
Definition: logging.h:82
#define FML_DCHECK(condition)
Definition: logging.h:103
size_t length
char ** argv
Definition: library.h:9
const char * GetFixturesPath()
Returns the directory containing the test fixture for the target if this target has fixtures configur...
void InitializeICU(const std::string &icu_data_path)
Definition: icu_util.cc:102
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
const std::string & GetFontDir()
void SetFontDir(const std::string &dir)
#define ERROR(message)
Definition: elf_loader.cc:260