diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-02-15 14:19:35 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-02-15 14:19:35 +0100 |
commit | efa8e26a3f3f7ba5e536cd10e86303b4fe1baba0 (patch) | |
tree | 4fcd3e9f210c92dbeac9f820f2ab1fd2d6dd9e58 /gui/MainWindow.ui | |
parent | 5cf599673db88b39100ffca78e10bbe5e10200d7 (diff) | |
download | PrismLauncher-efa8e26a3f3f7ba5e536cd10e86303b4fe1baba0.tar.gz PrismLauncher-efa8e26a3f3f7ba5e536cd10e86303b4fe1baba0.tar.bz2 PrismLauncher-efa8e26a3f3f7ba5e536cd10e86303b4fe1baba0.zip |
Profiler support. Currently JProfiler and JVisualVM are implemented.
Diffstat (limited to 'gui/MainWindow.ui')
-rw-r--r-- | gui/MainWindow.ui | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gui/MainWindow.ui b/gui/MainWindow.ui index 8cf26d18..81f66136 100644 --- a/gui/MainWindow.ui +++ b/gui/MainWindow.ui @@ -108,6 +108,7 @@ <addaction name="actionChangeInstIcon"/> <addaction name="actionLaunchInstance"/> <addaction name="actionLaunchInstanceOffline"/> + <addaction name="actionProfileInstance"/> <addaction name="separator"/> <addaction name="actionEditInstNotes"/> <addaction name="actionChangeInstGroup"/> @@ -528,12 +529,19 @@ <string>Launch the selected instance.</string> </property> </action> + <action name="actionProfileInstance"> + <property name="text"> + <string>Profile</string> + </property> + <property name="toolTip"> + <string>Starts a profiling session with the current instance</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources> - <include location="../resources/instances/instances.qrc"/> <include location="../resources/multimc/multimc.qrc"/> - <include location="../resources/backgrounds/backgrounds.qrc"/> + <include location="../resources/instances/instances.qrc"/> </resources> <connections/> </ui> |