Difference between revisions of "CLEAR PROFILE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 29: | Line 29: | ||
==Products== | ==Products== | ||
− | + | Recital Database Server, Recital Mirage Server, Recital Terminal Developer | |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Performance and Optimization]] | [[Category:Performance and Optimization]] | ||
[[Category:Performance and Optimization Commands]] | [[Category:Performance and Optimization Commands]] |
Revision as of 10:46, 25 June 2009
Class
Performance and Optimization
Purpose
Reset all profile statistics
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
The CLEAR PROFILE command resets all profile statistics. Profile statistics are logged on the issue of the PROFILE or SET PROFILE commands and comprise input/output, locking and procedure call statistics for a particular application or part of an application. This information can be used for analysis to enable application optimization and general performance tuning.
Example
set profile on profile myapp list profile to file profile.txt vi profile.txt clear profile
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer