| ###############################################################################
|
| # Copyright (c) 2010, 2023 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 2.0
|
| # which accompanies this distribution, and is available at
|
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0
|
| #
|
| # 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
|
| content-type.name.Hprof_GZIP_Heap_Dump = HPROF Heap Dump (gzipped)
|
|
|
| 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.*
|