AOE API简介
功能
通过AOE API可以使能AOE调优。详细的AOE功能请参见
AOE简介
。
接口约束说明
调用接口要求
:在
AoeInitialize
和
AoeFinalize
接口之间调用
AoeCreateSession
、
AoeSetGeSession
、
AoeSetTuningGraph
、
AoeSetTuningGraphInput
、
AoeTuningGraph
、
AoeDestroySession
接口。其中配对使用的接口有:
AoeInitialize
/
AoeFinalize
、
AoeCreateSession
/
AoeDestroySession
。不配对使用可能出现异常。
建议的接口调用顺序
:
AoeInitialize
接口-->
AoeCreateSession
接口-->
AoeSetGeSession
接口(可选)-->
AoeSetTuningGraph
接口-->
AoeSetTuningGraphInput
接口(可选)-->
AoeTuningGraph
接口-->
AoeDestroySession
接口->
AoeFinalize
接口。
父主题:
API列表