View data in CPU API Tables

CodeXL

PreviousNext
CodeXL User Guide
Help > Using CodeXL > Frame Analysis > Viewing Capture Data > View data in CPU API Tables
View data in CPU API Tables

The CPU and GPU API table monitor each of the frames API calls. The table below specified each of the API table columns.

Name

Description

Index

The API call index for this thread.

Interface

The API interface.

Call

The API call name

Parameters

A string describing the parameters for this call.

CPU Time

The duration of this API call on the CPU

Result

The API return value

Start Time

The time (from the frame start time in ms) the API started

End Time

The time (from the frame start time in ms) the API ended

 

* Notice: BeginEvent, EndEvent, and SetMarker API calls are marked in yellow for easy navigation.