Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: aa857a7bb573fb417b75499dc4d0d4dabb8e8853 (plain) (tree)






















                                                                                                                                      
<!--
    Copyright (c) 2018 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:
        Andrew Johnson - initial creation
 -->
<query name="%report.exporthprof.title Export HPROF" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://www.eclipse.org/mat/report.xsd"
	xsi:schemaLocation="http://www.eclipse.org/mat/report.xsd platform:/resource/org.eclipse.mat.report/schema/report.xsd">

	<param key="output" value=""></param>
	<param key="redact" value="NONE"></param>
	<param key="map" value="&quot;&quot;"></param>
	<param key="skip" value="java\\..*|boolean|byte|char|short|int|long|float|double|void"></param>
	<param key="avoid" value="%report.exporthprof.defaultavoid .*ae.*|.*oe.*|.*uu.*|.*kr.*|.*kw.*|.*[cC]ie.*|.*[^c]ei.*"></param>
	<param key="options" value=""></param>

	<command>export_hprof -output ${output} -map ${map} -redact ${redact} -skip ${skip} -avoid ${avoid} ${options}</command>
</query>

Back to the top