Version

menu_open
Wwise SDK 2023.1.3
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.

Function URI

ak.wwise.core.profiler.getPerformanceMonitor

Arguments

{
"time": "capture"
}

Result

{
"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
}
]
}

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