Difference between revisions of "SET PERFMETER"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Control performance meter display | Control performance meter display | ||
Line 17: | Line 10: | ||
==See Also== | ==See Also== | ||
− | [[SET ODOMETER]], [[SET PERFDIAL]], [[SET TALK]] | + | [[AVERAGE]], [[COMPILE]], [[COPY]], [[COUNT]], [[DO]], [[INDEX]], [[PACK]], [[REINDEX]], [[SET ODOMETER]], [[SET PERFDIAL]], [[SET TALK]], [[SUM]], [[TOTAL]] |
==Description== | ==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 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>. | The optional AT <expN> qualifier repositions the PERFMETER to the row specified by <expN>. | ||
+ | |||
+ | The performance meter displays for the following commands: | ||
+ | |||
+ | |||
+ | * AVERAGE | ||
+ | * COMPILE | ||
+ | * COPY | ||
+ | * COUNT | ||
+ | * DO (SET COMPILE ON automatic compilation) | ||
+ | * INDEX | ||
+ | * PACK | ||
+ | * REINDEX | ||
+ | * SUM | ||
+ | * TOTAL | ||
Line 28: | Line 36: | ||
<code lang="recital"> | <code lang="recital"> | ||
set perfmeter on | set perfmeter on | ||
− | reindex all</code> | + | reindex all |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|PERFMETER]] | [[Category:Set_Commands|PERFMETER]] | ||
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 16:58, 23 November 2009
Purpose
Control performance meter display
Syntax
SET PERFMETER ON | OFF | (<expL>)
SET PERFMETER [AT <expN>]
See Also
AVERAGE, COMPILE, COPY, COUNT, DO, INDEX, PACK, REINDEX, SET ODOMETER, SET PERFDIAL, SET TALK, SUM, TOTAL
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>.
The performance meter displays for the following commands:
- AVERAGE
- COMPILE
- COPY
- COUNT
- DO (SET COMPILE ON automatic compilation)
- INDEX
- PACK
- REINDEX
- SUM
- TOTAL
Example
set perfmeter on reindex all
Products
Recital