Difference between revisions of "SET PROFILE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
==Purpose==
 
==Purpose==
 +
Control profiling
  
  
 +
==Syntax==
 +
SET PROFILE TO <command>, <id> [, <description>]
  
==Syntax==
 
 
SET PROFILE ON | OFF
 
SET PROFILE ON | OFF
 
SET PROFILE TO <command>, <id> [, <description>]
 
  
  
Line 34: Line 34:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|PROFILE]]
 
[[Category:Set_Commands|PROFILE]]
 +
[[Category:Performance and Optimization]]
 +
[[Category:Performance and Optimization Set Commands]]

Revision as of 15:09, 24 June 2009

Template:YLM to do

Class

Performance and Optimization


Purpose

Control profiling


Syntax

SET PROFILE TO <command>, <id> [, <description>]

SET PROFILE ON | OFF


See Also

CLEAR PROFILE, DEBUG, DISPLAY PROFILE, DO, LIST PROFILE, PROFILE, SET CLUSTERING, SET COMPILE, SET DCACHE, SET DEVELOPMENT, SET ICACHE, SET IOLOGGING, SET IOSTATS, SET LOCKTYPE, SET REPLICATION, SET SYSLOGGING


Description

Example

set profile on
set profile to "start", "myapp"

Products