Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c50ac740c246b5ca048b03829a08a4a927a0dd22 (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) 2004, 2018 Red Hat, Inc.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#    Red Hat, Inc. - initial API and implementation
#*******************************************************************************
bundleName=OProfile UI Plug-in
bundleProvider=Eclipse Linux Tools

view.groupname=C/C++ Profiling
view.name=OProfile
OcountView.name=OCount

view.annotate.toggle.label=Toggle Annotation
view.annotate.toggle.tooltip=Toggle Annotation

annotateCommand.name=Annotate
lt.min.pct.label=OProfile Annotation: <0.01%
lt.05.pct.label=OProfile Annotation: 0.01% - 4.99%
lt.10.pct.label=OProfile Annotation: 05% - 9.99%
lt.20.pct.label=OProfile Annotation: 10% - 19.99%
lt.30.pct.label=OProfile Annotation: 20% - 29.99%
lt.40.pct.label=OProfile Annotation: 30% - 39.99%
lt.50.pct.label=OProfile Annotation: 40% - 49.99%
gt.50.pct.label=OProfile Annotation: >50%

Back to the top