File: mem.xml

package info (click to toggle)
asm2 2.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,428 kB
  • ctags: 2,777
  • sloc: java: 22,655; xml: 1,227; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 371 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>