Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
benchmarking.cc File Reference

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}
char ** argv
Definition library.h:9
int Main(int argc, char **argv)

References argv, and benchmarking::Main().

Referenced by flutter::testing::TEST_F().