Flutter Engine
The Flutter Engine
benchmarking
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
fuchsia::dart::Initialize
void Initialize(zx::channel directory_request, std::optional< zx::eventpair > view_ref)
Initializes Dart bindings for the Fuchsia application model.
Definition:
fuchsia.cc:103
Generated on Sun Jun 23 2024 21:54:54 for Flutter Engine by
1.9.4