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