Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
benchmarking.cc File Reference
#include "benchmarking.h"
#include "flutter/fml/backtrace.h"
#include "flutter/fml/build_config.h"
#include "flutter/fml/command_line.h"
#include "flutter/fml/icu_util.h"

Go to the source code of this file.

Namespaces

namespace  benchmarking
 

Functions

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 29 of file benchmarking.cc.

29 {
30 return benchmarking::Main(argc, argv);
31}
int Main(int argc, char **argv)