DEFINE-SYSTEM-HISTOGRAM
Jump to navigation
Jump to search
@DEFINE-SYSTEM-HISTOGRAM <level>, <start address>, <interval>
Specifying parameters for measuring CPU time spent in different parts of the memory for a particular interrupt level.
- <level>
- any interrupt level less than 13 (decimal).
- <start address>
- octal.
- <interval>
- see @DEFINE-HISTOGRAM.
Example:
@DEFINE-SYSTEM-HISTOGRAM 11, 60000, 100
A histogram for program level 11 is to be produced. The range to be measured is 60000 to 67777, divided into 64 100-word (octal) intervals.
Rules:
- Permitted only for user SYSTEM.
- Sampling rate is basic time unit.
Related commands
References
Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-51, 1-52
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD