版本

menu_open
警告:系统已根据您所用大版本 (2023.1.7.8574) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2023.1.7
Querying the Performance Monitor at a point in time.

Queries the Performance Monitor Counters in the current capture session at the latest capture time. For the purposes of this example only a subset of the returned counters are displayed.

函数 URI

ak.wwise.core.profiler.getPerformanceMonitor

参数

{
"time": "capture"
}

结果

{
"return": [
{
"name": "cpuTotal",
"id": "CpuTotal",
"value": 2.21
},
{
"name": "voicesPhysical",
"id": "VoicesPhysical",
"value": 1
},
{
"name": "voicesTotal",
"id": "VoicesTotal",
"value": 2
},
{
"name": "Number of Transitions/Interpolations",
"id": "ActiveTransitions",
"value": 1
},
{
"name": "outputPeak",
"id": "OutputPeak",
"value": -37.5
}
]
}

有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅