SourcePoint Intel Help

Table of Contents

num_activeprocessors

Display the number of active processors (non-sleeping) on the target.

Syntax

[result =] num_activeprocessors

Discussion

The num_activeprocessors control variable returns an integer representing the number of active processors on the target. This value will be zero when the target has not yet been configured. This variable is read-only.

Example

Command input:

define ord4 nCount = num_activeprocessors

nCount

Result:

00000003H ย ย ย ย ย ย ย ย ย ย ย ย // 3 ย processors

Related Topics