SPARCWindowStats.mesa
Copyright Ó 1991 by Xerox Corporation. All rights reserved.
Michael Plass, January 11, 1991 4:42 pm PST
SPARCWindowStats: CEDAR DEFINITIONS
~ BEGIN
GetSPARCWindowStats: PROC RETURNS [overflowcnt, underflowcnt: CARD];
Gets the statistics on register window overflow and underflow from the kernel. For this to give non-zero results, the kernel must have been built with PERFMON enabled for overflow.s and underflow.s
END.