diff options
author | Not Zed <NotZed@Ximian.com> | 2005-04-28 17:58:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-04-28 17:58:49 +0800 |
commit | 1869ccfb2c81edc429580617ce4e59f36bf29a6a (patch) | |
tree | fc3060ec51e5af14a45dbd1363f63c69d952a6f7 /plugins/profiler/org-gnome-evolution-profiler.eplug.in | |
parent | 317bcecd09f60134dda35f25942aed85924f9ea8 (diff) | |
download | gsoc2013-evolution-1869ccfb2c81edc429580617ce4e59f36bf29a6a.tar.gz gsoc2013-evolution-1869ccfb2c81edc429580617ce4e59f36bf29a6a.tar.zst gsoc2013-evolution-1869ccfb2c81edc429580617ce4e59f36bf29a6a.zip |
A profiler plugin.
2005-04-26 Not Zed <NotZed@Ximian.com>
* A profiler plugin.
svn path=/trunk/; revision=29238
Diffstat (limited to 'plugins/profiler/org-gnome-evolution-profiler.eplug.in')
-rw-r--r-- | plugins/profiler/org-gnome-evolution-profiler.eplug.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/profiler/org-gnome-evolution-profiler.eplug.in b/plugins/profiler/org-gnome-evolution-profiler.eplug.in new file mode 100644 index 0000000000..2ad678188b --- /dev/null +++ b/plugins/profiler/org-gnome-evolution-profiler.eplug.in @@ -0,0 +1,15 @@ +<e-plugin-list> + <e-plugin + id="org.gnome.evolution.profiler" + type="shlib" + name="Evolution Profiler" + location="@PLUGINDIR@/liborg-gnome-evolution-profiler.so"> + + <description>Writes a log of profiling data events.</description> + <author name="Michael Zucchi" email="notzed@novell.com"/> + + <hook class="org.gnome.evolution.profile.events:1.0"> + <event id="event" handle="org_gnome_evolution_profiler_event" target="event"/> + </hook> + </e-plugin> +</e-plugin-list> |