mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 17:30:02 +01:00
Add -pogo option for init/teardown performance testing.
This commit is contained in:
parent
cecac79445
commit
c3897ca709
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue