result += "Found: " + app.lsg.getNumLoops() + " in " +
t + " [ms]";
result += "Another 100 iterations...<br>";
for (int i = 0; i < 100; i++) {
HavlakLoopFinder finder2 = new HavlakLoopFinder(app.cfg, new LSG());
finder2.findLoops();
}
t = System.currentTimeMillis() - start;
result += "<br>Found: " + app.lsg.getNumLoops() + " in " +
t + " [ms]";