Sign in
third-party-mirror
/
jackson
/
66163e46e9a2f5646198708103dbd8a2a79ff9c7
/
.
/
bin
/
profile-read-perf.sh
blob: 09cde2ff359a8bdf2eddc8493783837066a09369 [
file
] [
log
] [
blame
]
#!/bin/sh
java
-
Xmx16m
-
server \
-
cp build
/
classes
/
perf
:
perflib
/
\* \
-
XX
:
CompileThreshold
=
2000
\
-
Xrunhprof
:
cpu
=
samples
,
depth
=
10
,
verbose
=
n
,
interval
=
2
\
TestReadPerf
$
*