7.7.8.80. GEL_SetClockEventΒΆ

Configures the profile clock to profile an event.

Syntax

GEL_SetClockEvent( "event" );

Parameters

event: The name of the event for which the profile clock is to be configured. Note that these names vary by target.

Description

Configures the profile clock to profile the specified event. The clock count will be reset to zero. If there is no such event, this will throw an error and have no effect.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

GEL_SetClockEvent( "clock event name" );

Related Topics

GEL_EnableClock