GetProfilerName Method

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

Use the GetProfilerName method to obtain the name of a profiler by the profiler’s index in AQtime profilers collection.

Declaration

AQtimeObj.GetProfilerName(Index)

AQtimeObj An expression, variable or parameter that specifies a reference to an AQtime object
Index [in]    Required    Integer    
Result String

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Index

Specifies index of the desired profiler. The first profiler in the collection has index 0, the second - 1, etc. The total number of profilers is specified by the GetProfilersCount method.

Result Value

String holding the name of the desired profiler.

Example

To view an example, see the Integration With AQtime Using the AQtimeIntegration and AQtime Objects help topic.

See Also

GetProfilersCount Method
SelectProfiler Method

Highlight search results