|
From: Brent B. <bre...@us...> - 2006-11-19 22:24:12
|
Update of /cvsroot/jigs//jigs In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27624 Added Files: .project .classpath Log Message: Modified ExecutionTimer to reflect Brent's StopWatch class. This involved adding new methods and eliminating / replacing a confusing method. ET's are now in terms of ns, but return ms for default methods. Timings was changed to reflect changes in ET. Also, it was genericized to make loops more efficient. --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>jigs</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="jars/Chart2D.jar"/> <classpathentry kind="lib" path="jars/colt.jar"/> <classpathentry kind="lib" path="jars/gnu_getopt.jar"/> <classpathentry kind="lib" path="jars/ij.jar"/> <classpathentry kind="lib" path="jars/jakarta-oro-2.0.2-dev-2.jar"/> <classpathentry kind="lib" path="jars/jisp.jar"/> <classpathentry kind="lib" path="jars/junit.jar"/> <classpathentry kind="lib" path="jars/log4j.jar"/> <classpathentry kind="lib" path="jars/openjgraph.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/mtj"/> <classpathentry kind="output" path="bin"/> </classpath> |