Version

menu_open
Wwise SDK 2023.1.3
Querying the CPU usage at a point in time.

Queries the CPU usage in the current capture session at the latest capture time.

Function URI

ak.wwise.core.profiler.getCpuUsage

Arguments

{
"time": "capture"
}

Result

{
"return": [
{
"elementName": "Interactive Music",
"id": 52494344,
"instances": 1,
"percentInclusive": 0.1809375137090683,
"percentExclusive": 0.001875000074505806,
"millisecondsInclusive": 0.019300000742077827,
"millisecondsExclusive": 0.00019999999494757503,
"type": "Global Extension"
},
{
"elementName": "Meter",
"id": 8454147,
"instances": 3,
"percentInclusive": 0.1678125113248825,
"percentExclusive": 0.1678125113248825,
"millisecondsInclusive": 0.017899999395012856,
"millisecondsExclusive": 0.017899999395012856,
"type": "Effect"
}
]
}

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise