Difference between revisions of "CLEAR PROFILE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 24: | Line 24: | ||
<code lang="recital"> | <code lang="recital"> | ||
set profile on | set profile on | ||
− | + | profile myapp | |
+ | list profile to file profile.txt | ||
+ | vi profile.txt | ||
clear profile | clear profile | ||
</code> | </code> |
Revision as of 14:40, 27 May 2009
Class
Performance and Optimization
Purpose
Syntax
CLEAR PROFILE
See Also
DEBUG, DISPLAY PROFILE, DO, LIST PROFILE, PROFILE, SET CLUSTERING, SET COMPILE, SET DCACHE, SET DEVELOPMENT, SET ICACHE, SET IOLOGGING, SET IOSTATS, SET LOCKTYPE, SET PROFILE, SET REPLICATION, SET SYSLOGGING
Description
Example
set profile on profile myapp list profile to file profile.txt vi profile.txt clear profile