Tizen 2.1 base
[platform/upstream/libbullet.git] / Extras / PhysicsEffects / sample / api_physics_effects / common / perf_func.android.cpp
1 /*\r
2 Physics Effects Copyright(C) 2010 Sony Computer Entertainment Inc.\r
3 All rights reserved.\r
4 \r
5 Physics Effects is open software; you can redistribute it and/or\r
6 modify it under the terms of the BSD License.\r
7 \r
8 Physics Effects is distributed in the hope that it will be useful,\r
9 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\r
11 See the BSD License for more details.\r
12 \r
13 A copy of the BSD License is distributed with\r
14 Physics Effects under the filename: physics_effects_license.txt\r
15 */\r
16 \r
17 #include "common.h"\r
18 #include "perf_func.h"\r
19 \r
20 void perf_init()\r
21 {\r
22 }\r
23 \r
24 void perf_release()\r
25 {\r
26 }\r
27 \r
28 void perf_push_marker(char *str)\r
29 {\r
30 }\r
31 \r
32 void perf_pop_marker()\r
33 {\r
34 }\r
35 \r
36 void perf_sync()\r
37 {\r
38 }\r