Skip to content

Instantly share code, notes, and snippets.

View apechinsky's full-sized avatar

Anton Pechinsky apechinsky

View GitHub Profile
@apechinsky
apechinsky / gist:8395417
Created January 13, 2014 06:06
Simple execution statistics collector.
package org.srplib.utils;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.srplib.contract.Argument;