aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/nanobench.h
blob: 4616747382adf9f49ab11e798b7eae4fbe8b7bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2014 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#ifndef nanobench_DEFINED
#define nanobench_DEFINED

// API for nanobench app.
int nanobench_main();

#endif