mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
Add -pogo option for init/teardown performance testing.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user