|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.minisim.loop
public final class loop
Measures cost of a function call.
Nested Class Summary | |
---|---|
private static class |
loop.cmdlineOpts
Parsed command-line options. |
Field Summary | |
---|---|
static java.lang.String |
VERSION
benchmark version. |
Constructor Summary | |
---|---|
loop()
|
Method Summary | |
---|---|
private static void |
foo()
Dummy method to test loop performance. |
static void |
main(java.lang.String[] args)
Benchmark entry point: measure proxy event performance. |
private static loop.cmdlineOpts |
parseCommandLineOptions(java.lang.String[] args)
Parse command-line options. |
private static void |
showUsage()
Print benchmark command-line syntax. |
private static void |
showVersion()
Print benchmark version information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
Constructor Detail |
---|
public loop()
Method Detail |
---|
private static void showVersion()
private static void showUsage()
private static loop.cmdlineOpts parseCommandLineOptions(java.lang.String[] args) throws jargs.gnu.CmdLineParser.OptionException
args
- command-line parameters
CmdLineParser.OptionException
- invalid option encounteredpublic static void main(java.lang.String[] args)
args
- command-line parametersprivate static void foo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |