XStartStat(3X11) XStartStat(3X11)
Name
XStartStat, XStopStat, XPrintStat - start, stop, or display process statistics
Syntax
XStartStat(display)
Display *display;
XStopStat(display)
Display *display;
XPrintStat(display, file)
Display *display;
FILE file;
Arguments
display Specifies the connection to the X server.
file Specifies the file to which the statistics are to be written.
Description
The function turns on client-side statistics gathering mode.
The function turns off client-side statistics gathering mode.
The function write the client-side statistics to the specified file. If file is not stdout or stderr, you must open the file before can
write the statistics to it.
See Also
Guide to the Xlib Library
XStartStat(3X11)