Skip to content

Instantly share code, notes, and snippets.

@jerolba
Created March 19, 2019 19:51
Show Gist options
  • Save jerolba/02bb72463bec3e4ee4d0cefca7894603 to your computer and use it in GitHub Desktop.
Save jerolba/02bb72463bec3e4ee4d0cefca7894603 to your computer and use it in GitHub Desktop.
methodThatDoesThings();
MemoryHistogram diff = Histogramer.getDiff(() -> {
return methodThatDoesThings();
});
System.out.println(diff);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment