aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-profile-event.c
Commit message (Collapse)AuthorAgeFilesLines
* Use g_get_current_time() instead of gettimeofday() for portability.Tor Lillqvist2005-09-281-1/+4
| | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * e-profile-event.c (e_profile_event_target_new): Use g_get_current_time() instead of gettimeofday() for portability. svn path=/trunk/; revision=30396
* undefine e_profile_event_emit if we are compiled without profiling. TheNot Zed2005-05-031-2/+10
| | | | | | | | | | | | | 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
* A profiling plugin hook.Not Zed2005-04-281-0/+190
2005-04-28 Not Zed <NotZed@Ximian.com> * e-profile-event.[ch]: A profiling plugin hook. svn path=/trunk/; revision=29239