ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLSGApplicationInfo Struct Reference

Structure containing information about an application. More...

#include <adl_structures.h>

Data Fields

ADLBdf GPUBdf
 The BDF of the GPU on which application runs. More...
 
unsigned int iGPUAffinity
 The GPU on which application runs. More...
 
unsigned int iProfileExists
 Holds whether the applicaition profile exists or not. More...
 
wchar_t strFileName [256]
 Application file name. More...
 
wchar_t strFilePath [256]
 Application file path. More...
 
wchar_t strVersion [256]
 Application version. More...
 
long long int timeStamp
 Timestamp at which application has run. More...
 

Detailed Description

Structure containing information about an application.

This structure is used to store basic information of a recently ran or currently running application

Field Documentation

◆ GPUBdf

ADLBdf ADLSGApplicationInfo::GPUBdf

The BDF of the GPU on which application runs.

◆ iGPUAffinity

unsigned int ADLSGApplicationInfo::iGPUAffinity

The GPU on which application runs.

◆ iProfileExists

unsigned int ADLSGApplicationInfo::iProfileExists

Holds whether the applicaition profile exists or not.

◆ strFileName

wchar_t ADLSGApplicationInfo::strFileName[256]

Application file name.

◆ strFilePath

wchar_t ADLSGApplicationInfo::strFilePath[256]

Application file path.

◆ strVersion

wchar_t ADLSGApplicationInfo::strVersion[256]

Application version.

◆ timeStamp

long long int ADLSGApplicationInfo::timeStamp

Timestamp at which application has run.


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.