public class TimerPointSourceGenerator
extends java.lang.Object
Constructor and Description |
---|
TimerPointSourceGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
generateFile(java.lang.String dirName,
Pair<java.lang.String,TimerFactory> description)
Generate a single class which contains:
private fields for Timers and TimerGroups
public accessor methods for Timers and TimerGroups
A public constructor
|
public static void generateFile(java.lang.String dirName, Pair<java.lang.String,TimerFactory> description) throws java.io.IOException
dirName
- description
- java.io.IOException