aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-profile-event.h
Commit message (Collapse)AuthorAgeFilesLines
* undefine e_profile_event_emit if we are compiled without profiling. TheNot Zed2005-05-031-0/+5
| | | | | | | | | | | | | 2005-05-03 Not Zed <NotZed@Ximian.com> * e-profile-event.c (e_profile_event_emit): undefine e_profile_event_emit if we are compiled without profiling. The 'abi' is not, nor was ever changed. * e-profile-event.h: revert previous patch, the assumptions were incorrect & the code misunderstood. svn path=/trunk/; revision=29261
* This method is a no-op if we are building without ENABLE_PROFILE defined,Rodney Dawes2005-05-031-4/+0
| | | | | | | | | | 2005-05-02 Rodney Dawes <dobey@novell.com> * e-profile-event.h (e_profile_event_emit): This method is a no-op if we are building without ENABLE_PROFILE defined, so we don't need to define a macro to no-op it, and change ABI at compile time svn path=/trunk/; revision=29259
* A profiling plugin hook.Not Zed2005-04-281-0/+108
2005-04-28 Not Zed <NotZed@Ximian.com> * e-profile-event.[ch]: A profiling plugin hook. svn path=/trunk/; revision=29239