net.sourceforge.pmd.util
public class Benchmark extends Object
Field Summary | |
---|---|
static int | TYPE_COLLECT_FILES |
static int | TYPE_DFA |
static int | TYPE_LOAD_RULES |
static int | TYPE_PARSER |
static int | TYPE_REPORTING |
static int | TYPE_RULE |
static int | TYPE_RULE_CHAIN_RULE |
static int | TYPE_RULE_CHAIN_VISIT |
static int | TYPE_SYMBOL_TABLE |
static int | TYPE_TOTAL_PMD |
static int | TYPE_TYPE_RESOLUTION |
Method Summary | |
---|---|
static void | main(String[] args) |
static void | mark(int type, long time, long count) |
static void | mark(int type, String name, long time, long count) |
static String | report() |
static void | reset() |