Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2dda33d0ca6e9ff60d47cb050ce9663055d4e464 (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
###############################################################################
# Copyright (c) 2010, 2018 SAP AG and IBM Corporation.
# 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:
#     SAP AG - initial API and implementation
#     Andrew Johnson/IBM Corporation - export HPROF report
###############################################################################
#Properties file for org.eclipse.mat.hprof
Bundle-Vendor = Eclipse Memory Analyzer
Bundle-Name = Memory Analyzer - HPROF Adapter
content-type.name.Hprof_Heap_Dump = Hprof Heap Dump

parser.name = HPROF Formatted Dumps
parser.filetype.name = HPROF binary heap dumps
extension-point.enhancer.name = HPROF Enhancement
hprofPreferencesTitle = HPROF Parser
report.exporthprof.title=Export HPROF
report.export.desc = Export a HPROF file from the command line
report.export.name = __hidden__/Export HPROF
report.exporthprof.defaultavoid = .*ae.*|.*oe.*|.*uu.*|.*kr.*|.*kw.*|.*[cC]ie.*|.*[^c]ei.*

Back to the top