Skip to content

Instantly share code, notes, and snippets.

@BramYeh
Last active July 6, 2017 14:45
Show Gist options
  • Save BramYeh/c45aa6ea2510c424036329a44db65aef to your computer and use it in GitHub Desktop.
Save BramYeh/c45aa6ea2510c424036329a44db65aef to your computer and use it in GitHub Desktop.
Sample of Aclass
Class Aclass {
private void methodToOptimize() {
Bclass bclass = new Bclass();
bclass.methodCalledOnce();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment