Revision 4264 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/FMap.java

View differences:

FMap.java
52 52
import org.cresques.cts.IProjection;
53 53
import org.cresques.geo.Projected;
54 54

  
55
import sun.reflect.ReflectionFactory.GetReflectionFactoryAction;
56

  
55 57
import com.iver.cit.gvsig.fmap.core.IGeometry;
56 58
import com.iver.cit.gvsig.fmap.layers.CancelationException;
57 59
import com.iver.cit.gvsig.fmap.layers.FLayer;
......
542 544
		fireLayerDrawingEvent(afterTracLayerEvent);
543 545

  
544 546
		long t2 = System.currentTimeMillis();
545
		System.err.println("Tiempo de dibujado:" + (t2 - t1) + " mseg.");
547
		System.err.println("Tiempo de dibujado:" + (t2 - t1) + 
548
				" mseg. Memoria libre:" + Runtime.getRuntime().freeMemory() / 1024  + " KB");
546 549
		/*
547 550
		 * g.setColor(Color.BLUE); GeneralPath shpR = new
548 551
		 * GeneralPath(viewPort.getExtent());

Also available in: Unified diff