00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef profile_h 00004 #define profile_h 00005 00006 // 00007 // INTERFACE definition follows 00008 // 00009 00010 00011 class Profile 00012 { 00013 00014 public: 00015 static inline void init(); 00016 00017 static inline void start(); 00018 00019 static inline void stop(); 00020 00021 static inline void stop_and_dump(); 00022 }; 00023 00024 // 00025 // IMPLEMENTATION of inline functions (and needed classes) 00026 // 00027 00028 00029 00030 inline void Profile::init() {} 00031 00032 inline void Profile::start() {} 00033 00034 inline void Profile::stop() {} 00035 00036 inline void Profile::stop_and_dump() {} 00037 00038 #endif // profile_h