Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use g_get_current_time() instead of gettimeofday() for portability. | Tor Lillqvist | 2005-09-28 | 1 | -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. The | Not Zed | 2005-05-03 | 1 | -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 Zed | 2005-04-28 | 1 | -0/+190 |
2005-04-28 Not Zed <NotZed@Ximian.com> * e-profile-event.[ch]: A profiling plugin hook. svn path=/trunk/; revision=29239 |