API Function Calls History View

CodeXL

PreviousNext
CodeXL User Guide
Help > Using CodeXL > GPU Debugger > GPU Debugging Views > Statistics View > API Function Calls History View
API Function Calls History View

This view displays a log of OpenCL, OpenGL, OpenGL extensions, as well as WGL and glX function calls executed in each context.

Function Calls List

The function calls are displayed as a list, ordered by the time in which they were called. Each list line represents a single function call; it contains:

·         the called function name,

·         its arguments values, and

·         the function type (as an icon).

The function types are marked as shown in the following screenshot.

 

The icons have the following meanings

OpenCL function.

OpenCL buffer and image function.

OpenCL queue function.

OpenGL function.

OpenGL extension function.

A WGL function.

A GLX function.

OpenGL program and shader function.

OpenGL texture function.

OpenGL buffer function.

GL_string_marker_GREMEDY function.