Skip to content

Instantly share code, notes, and snippets.

@autoletics
Created January 29, 2017 16:32
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 autoletics/a4f1bfe161d0cba869d52585d89bf009 to your computer and use it in GitHub Desktop.
Save autoletics/a4f1bfe161d0cba869d52585d89bf009 to your computer and use it in GitHub Desktop.
import org.jinspired.probes.*;
...
Probes.Context ctx = Probes.context();
Probes.SavePoint sp = ctx.savepoint();
for(int i=10; i > 0; i--)
ingress();
Probes.ChangeSet cs = ctx.compare(sp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment