Difference between revisions of "SET PROFILE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 21: Line 21:
 
==Description==
 
==Description==
  
 +
 +
{| class="wikitable"
 +
|-
 +
!Keyword||Description
 +
|-
 +
|<command>||"start" - start a new profile for this <id>
 +
"stop" - stop the profile for this <id>
 +
"update" - update an existing profile for this <id>
 +
|-
 +
|<id>||a unique reference for the profile of up to 10 characters.
 +
|-
 +
|<description>||optional descriptive comment
 +
|}
  
  

Revision as of 15:24, 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

Keyword Description
<command> "start" - start a new profile for this <id>

"stop" - stop the profile for this <id> "update" - update an existing profile for this <id>

<id> a unique reference for the profile of up to 10 characters.
<description> optional descriptive comment


Example

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

Products