Add -pogo option for init/teardown performance testing.

This commit is contained in:
Adam Jackson 2007-11-09 13:55:32 -05:00
parent cecac79445
commit c3897ca709

View File

@ -933,6 +933,10 @@ ProcessCommandLine(int argc, char *argv[])
else
UseMsg();
}
else if (strcmp(argv[i], "-pogo") == 0)
{
dispatchException = DE_TERMINATE;
}
else if ( strcmp( argv[i], "-pn") == 0)
PartialNetwork = TRUE;
else if ( strcmp( argv[i], "-nopn") == 0)