Add -pogo option for init/teardown performance testing.
This commit is contained in:
parent
cecac79445
commit
c3897ca709
|
@ -933,6 +933,10 @@ ProcessCommandLine(int argc, char *argv[])
|
||||||
else
|
else
|
||||||
UseMsg();
|
UseMsg();
|
||||||
}
|
}
|
||||||
|
else if (strcmp(argv[i], "-pogo") == 0)
|
||||||
|
{
|
||||||
|
dispatchException = DE_TERMINATE;
|
||||||
|
}
|
||||||
else if ( strcmp( argv[i], "-pn") == 0)
|
else if ( strcmp( argv[i], "-pn") == 0)
|
||||||
PartialNetwork = TRUE;
|
PartialNetwork = TRUE;
|
||||||
else if ( strcmp( argv[i], "-nopn") == 0)
|
else if ( strcmp( argv[i], "-nopn") == 0)
|
||||||
|
|
Loading…
Reference in New Issue