File: profile-read-perf.sh

package info (click to toggle)
libjackson-json-java 1.9.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 9,412 kB
  • sloc: java: 88,999; xml: 1,382; sh: 37; makefile: 26
file content (7 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

java -Xmx16m -server \
-cp build/classes/perf:perflib/\* \
-XX:CompileThreshold=2000 \
-Xrunhprof:cpu=samples,depth=10,verbose=n,interval=2 \
TestReadPerf $*