Last active
February 23, 2016 14:23
-
-
Save nitsanw/3475ff92ef355de4f3dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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