Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Raynaud2013-03-22 13:58:49 +0000
committerAlexander Kurtakov2013-03-25 11:01:06 +0000
commit9f337b4dc98c6dda365dd1ab3e7cba3332a0db87 (patch)
tree730ce9904c23e4fb974b53aae1d3f9a87cd2da90 /gcov/org.eclipse.linuxtools.gcov.core
parent6f3995766a5eaa7fa0430859c6aeb61c6ee51734 (diff)
downloadorg.eclipse.linuxtools-9f337b4dc98c6dda365dd1ab3e7cba3332a0db87.tar.gz
org.eclipse.linuxtools-9f337b4dc98c6dda365dd1ab3e7cba3332a0db87.tar.xz
org.eclipse.linuxtools-9f337b4dc98c6dda365dd1ab3e7cba3332a0db87.zip
Regroup Gprof and Gcov views in the same "Profiling" category, just as valgrind one.
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu> Change-Id: I739805017163a75bfa3780dfef20adba552d112a Reviewed-on: https://git.eclipse.org/r/11388 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'gcov/org.eclipse.linuxtools.gcov.core')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.core/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties b/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties
index 5a1efb859c..6505021960 100644
--- a/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties
+++ b/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties
@@ -13,4 +13,4 @@ bundleName = Gcov Plug-in
gcovEditor = Gcov Editor
gcov = gcov
gcovDescription = Gcov view displays the profiling information contained in gcda/gcno files
-gcovCategory = gcov
+gcovCategory = Profiling

Back to the top