Flutter Engine
Loading...
Searching...
No Matches
library.cc
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "third_party/benchmark/include/benchmark/benchmark.h"
6
7
#include "
library.h
"
8
9
extern
"C"
{
10
11
int
RunBenchmarks
(
int
argc,
char
**
argv
) {
12
benchmark::Initialize(&argc,
argv
);
13
::benchmark::RunSpecifiedBenchmarks();
14
return
0;
15
}
16
}
RunBenchmarks
int RunBenchmarks(int argc, char **argv)
Definition
library.cc:11
library.h
argv
char ** argv
Definition
library.h:9
benchmarking
library.cc
Generated on Thu Nov 6 2025 16:11:21 for Flutter Engine by
1.9.8