File: mem.xml

package info (click to toggle)
asm3 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,180 kB
  • ctags: 3,898
  • sloc: java: 37,049; xml: 1,814; makefile: 44
file content (12 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
<project name="perf" default="test">
  <target name="test">
    <java classname="org.objectweb.asm.ASMMemTest" fork="yes">
      <classpath>
        <pathelement location="${out.build}"/>
        <pathelement location="${out.test}"/>
      </classpath>
      <arg value="${java.home}/lib/rt.jar"/>
      <arg value="2000"/>
    </java>
  </target>
</project>