freemarker.testcase

Class 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.
Version:
$Id: PerformanceTest.java,v 1.18 2004/11/28 12:58:34 ddekany Exp $

Method Summary

static void
main(String[] args)

Method Details

main

public static void main(String[] args)
            throws Exception