Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf/plugin.xml')
-rw-r--r--perf/org.eclipse.linuxtools.perf/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/plugin.xml b/perf/org.eclipse.linuxtools.perf/plugin.xml
index 7dc8cd079a..d362e67f5b 100644
--- a/perf/org.eclipse.linuxtools.perf/plugin.xml
+++ b/perf/org.eclipse.linuxtools.perf/plugin.xml
@@ -174,6 +174,16 @@
style="push">
</command>
</menuContribution>
+ <menuContribution
+ allPopups="false"
+ locationURI="menu:org.eclipse.linuxtools.perf.ui.StatView">
+ <command
+ commandId="org.eclipse.linuxtools.perf.SaveStatData"
+ id="org.eclipse.linuxtools.perf.SaveStatData"
+ label="Save Statistics"
+ style="push">
+ </command>
+ </menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
@@ -182,5 +192,10 @@
id="org.eclipse.linuxtools.perf.SaveData"
name="Save Current Session">
</command>
+ <command
+ defaultHandler="org.eclipse.linuxtools.internal.perf.ui.PerfSaveStatsHandler"
+ id="org.eclipse.linuxtools.perf.SaveStatData"
+ name="Save Statistics">
+ </command>
</extension>
</plugin>

Back to the top