freemarker.testcase
Class PerformanceTest
java.lang.Object
freemarker.testcase.PerformanceTest
public class PerformanceTest
extends java.lang.Object
This class executes a FreeMarker template repeatedly in an endless loop.
It is meant to run inside a profiler to identify potential bottlenecks.
It can process either into a local file, or into a special /dev/null
style output stream.
$Id: PerformanceTest.java,v 1.18 2004/11/28 12:58:34 ddekany Exp $static void | main(String[] args)
|
main
public static void main(String[] args)
throws Exception