Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-07-27 15:42:03 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-07-27 15:42:03 (GMT)
commit597433bc874ff2cf5cb9f9de4e053db47837e042 (patch)
tree2143de602b6a0bbd81de36b7b1bca721f4ed67d5 /shell/main.c
parentdc42eeb3da3878a8698c2358658f821819d3d070 (diff)
Add a profile mode available when debug is enabled. Add profilers in
2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-debug.[ch]: (ev_profiler_start), (ev_profiler_stop): * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run), (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run), (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run), (ev_job_print_run): * shell/main.c: (main): Add a profile mode available when debug is enabled. Add profilers in ev-jobs. svn path=/trunk/; revision=3086
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 04aa5ea..f230ea8 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -418,6 +418,8 @@ main (int argc, char *argv[])
ev_backends_manager_shutdown ();
+ ev_debug_shutdown ();
+
#if WITH_GNOME
g_object_unref (program);
#endif