Skip to content

Instantly share code, notes, and snippets.

@nitsanw
Last active February 23, 2016 14:23
Show Gist options
  • Save nitsanw/3475ff92ef355de4f3dc to your computer and use it in GitHub Desktop.
Save nitsanw/3475ff92ef355de4f3dc to your computer and use it in GitHub Desktop.
public void meSoHotInline_avgt_jmhStub(InfraControl control, RawResults result,
SafepointProfiling_jmhType l_safepointprofiling0_0, Blackhole_jmhType l_blackhole1_1) throws Throwable {
long operations = 0;
long realTime = 0;
result.startTime = System.nanoTime();
do {
l_safepointprofiling0_0.meSoHotInline(); /* LINE 163 */
operations++;
// SP poll, uncounted loop
} while (!control.isDone); /* LINE 165 */
result.stopTime = System.nanoTime();
result.realTime = realTime;
result.measuredOps = operations;
// SP poll, method exit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment