Skip to content

Instantly share code, notes, and snippets.

@ssube
Created July 21, 2014 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssube/895b359972024fe0c4df to your computer and use it in GitHub Desktop.
Save ssube/895b359972024fe0c4df to your computer and use it in GitHub Desktop.
# VM invoker: /usr/java/jdk1.8.0_11/jre/bin/java
# VM options: <none>
# Warmup: 20 iterations, 1 s each
# Measurement: 20 iterations, 1 s each
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput, ops/time
# Benchmark: com.stackoverflow.questions.ShaderBench.testProcessProc
Forking 10 times using command: [perf, record, -F 1000, -e cycles,instructions, -o/tmp/jmh4344991220022041242perfbin, /usr/java/jdk1.8.0_11/jre/bin/java, -XX:+UnlockDiagnosticVMOptions, -XX:+TraceClassLoading, -XX:+LogCompilation, -XX:LogFile=/tmp/jmh6423091247981809078hslog, -XX:+PrintAssembly, -XX:+PrintCompilation, -XX:+PrintInlining, -XX:CompileCommandFile=/tmp/jmh3299179036504755608compilecommand, -cp, benchmarks.jar, org.openjdk.jmh.runner.ForkedMain, 127.0.0.1, 52178]
# Run progress: 0.00% complete, ETA 00:20:00
# Fork: 1 of 10
# Preparing profilers: perfasm
Error:
The instructions event is not supported.
/usr/java/jdk1.8.0_11/jre/bin/java: Terminated
<forked VM failed with exit code 255>
<stdout last='10 lines'>
</stdout>
<stderr last='10 lines'>
Error:
The instructions event is not supported.
/usr/java/jdk1.8.0_11/jre/bin/java: Terminated
</stderr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment