Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

displaySpecifies the connection to the X server. 

fileSpecifies the file to which the statistics are to be written. 

Description

The XStartStat function turns on client-side statistics gathering mode.

The XStartStop function turns off client-side statistics gathering mode.

The XPrintStat function write the client-side statistics to the specified file. If file is not stdout or stderr, you must open the file before XPrintStat can write the statistics to it.

See Also

Guide to the Xlib Library

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026