/[zanavi_public1]/navit/navit/profile.h
ZANavi

Contents of /navit/navit/profile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/plain
File size: 1260 byte(s)
import files
1 zoff99 2 /**
2     * Navit, a modular navigation system.
3     * Copyright (C) 2005-2008 Navit Team
4     *
5     * This program is free software; you can redistribute it and/or
6     * modify it under the terms of the GNU Library General Public License
7     * version 2 as published by the Free Software Foundation.
8     *
9     * This program 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
12     * GNU Library General Public License for more details.
13     *
14     * You should have received a copy of the GNU Library General Public
15     * License along with this program; if not, write to the
16     * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17     * Boston, MA 02110-1301, USA.
18     */
19    
20     #ifndef NAVIT_PROFILE_H
21     #define NAVIT_PROFILE_H
22    
23     #ifdef __cplusplus
24     extern "C" {
25     #endif
26     #ifdef _MSC_VER
27     #define __PRETTY_FUNCTION__ __FUNCTION__
28     #endif
29     #define profile_str2(x) #x
30     #define profile_str1(x) profile_str2(x)
31     #define profile_module profile_str1(MODULE)
32     #define profile(level,...) profile_timer(level,profile_module,__PRETTY_FUNCTION__,__VA_ARGS__)
33     void profile_timer(int level, const char *module, const char *function, const char *fmt, ...);
34     #ifdef __cplusplus
35     }
36     #endif
37    
38     #endif
39    

   
Visit the ZANavi Wiki