aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/src/tests/eina_bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/src/tests/eina_bench.h')
-rw-r--r--libraries/eina/src/tests/eina_bench.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/libraries/eina/src/tests/eina_bench.h b/libraries/eina/src/tests/eina_bench.h
new file mode 100644
index 0000000..d575822
--- /dev/null
+++ b/libraries/eina/src/tests/eina_bench.h
@@ -0,0 +1,36 @@
1/* EINA - EFL data type library
2 * Copyright (C) 2008 Cedric Bail
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library;
16 * if not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef EINA_BENCH_H_
20#define EINA_BENCH_H_
21
22#include "eina_benchmark.h"
23
24void eina_bench_hash(Eina_Benchmark *bench);
25void eina_bench_array(Eina_Benchmark *bench);
26void eina_bench_stringshare(Eina_Benchmark *bench);
27void eina_bench_convert(Eina_Benchmark *bench);
28void eina_bench_sort(Eina_Benchmark *bench);
29void eina_bench_mempool(Eina_Benchmark *bench);
30void eina_bench_rectangle_pool(Eina_Benchmark *bench);
31void eina_bench_quadtree(Eina_Benchmark *bench);
32
33/* Specific benchmark. */
34void eina_bench_e17(void);
35
36#endif