Equinox Online Help - Language Reference - A to Z
ProfileEventStart |
|
|---|---|
| Applies to | ![]() |
| Syntax | ProfileEventStart EventNumber |
| Action | [Statement] Adds a trace start event to the profile history |
| Scope | Usable anywhere |
| Notes | Supply EventNumber as a number between 6100 and 6199. This is the number used in the logs, to differentiate it from server requests and form events. Alternatively, use 0 to 99, which will be converted. The statement ProfileEvent may be used to add a text description and configure the event. The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero. |
| Category | Profiling |
| See Also | ProfileEvent, ProfileEventStop, ProfileMessage, ProfileLog, ProfilePause, ProfileResume, ProfileReset, ProfileStatus |
| Example | ProfileEvent 6100, "Call ppCalculate" |
