Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a2afa4203c3277c7a3ce3c3bc777bc48bd689e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#*******************************************************************************
# Copyright (c) 2008 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Red Hat, Inc. - initial API and implementation
#*******************************************************************************
bundleName=OProfile Launch Plug-in
bundleProvider=Eclipse Linux Tools

pluginName=OProfile Launch Support
launchconfigurationtype.label=Profile With OProfile
launchconfigurationtype.manual.label=Profile With OProfile (Manual)

launchgroup.label=OProfile
launchgroup.titile=Select a run configuration to profile with OProfile

launchmode.label=Profile
launchmode.launchaslabel=Profile As

launchshortcuts.label=Profile With OProfile

manual.launchconfigurationtype.label=Profile With OProfile (Manual)
manual.launchshortcuts.label=Profile With OProfile (Manual)

oprofileLaunchConfiguration.name.0=Oprofile
oprofileLaunchConfiguration.description=Hardware/Software Events Timing
oprofileLaunchConfiguration.information=Note: requires root password to execute OProfile commands.

Back to the top