public RuntimeStats(int count) { _target = count; _list = new List <RuntimeInfo>(count); _ec = new EntropyCounter(); }