Difference between revisions of "SET PERFMETER"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 12: Line 12:
 
==Syntax==
 
==Syntax==
 
SET PERFMETER ON | OFF | (<expL>)
 
SET PERFMETER ON | OFF | (<expL>)
 +
 
SET PERFMETER [AT <expN>]
 
SET PERFMETER [AT <expN>]
  
  
 
==See Also==
 
==See Also==
SET TALK ON, SET ODOMETER, SET PERFDIAL
+
[[SET ODOMETER]], [[SET PERFDIAL]], [[SET TALK]]
  
  
Line 25: Line 26:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set perfmeter on
 
set perfmeter on
reindex all</pre>
+
reindex all</code>
  
  
 
==Products==
 
==Products==
 
Recital Terminal Developer
 
Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|PERFMETER]]

Revision as of 11:33, 12 March 2009

SET PERFMETER

Class

Recital Terminal Developer Environment


Purpose

Control performance meter display


Syntax

SET PERFMETER ON | OFF | (<expL>)

SET PERFMETER [AT <expN>]


See Also

SET ODOMETER, SET PERFDIAL, SET TALK


Description

The SET PERFMETER command controls the display of a performance meter. The performance meter charts your progress through commands that would normally count on the screen. When PERFMETER is set ON, a box is displayed on the screen containing information on which command is executing and what percentage of the operation is complete. The optional AT <expN> qualifier repositions the PERFMETER to the row specified by <expN>.


Example

set perfmeter on
reindex all


Products

Recital Terminal Developer