10#include "third_party/benchmark/include/benchmark/benchmark.h"
14 ::benchmark::Initialize(&argc,
argv);
18 FML_LOG(ERROR) <<
"Font directory not set via txt::SetFontDir.";
23 std::string icudtl_path =
27 ::benchmark::RunSpecifiedBenchmarks();
std::string GetOptionValueWithDefault(std::string_view name, std::string_view default_value) const
#define FML_LOG(severity)
#define FML_DCHECK(condition)
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)
CommandLine CommandLineFromPlatformOrArgcArgv(int argc, const char *const *argv)
const std::string & GetFontDir()
void SetFontDir(const std::string &dir)
int main(int argc, char **argv)