Wwise SDK 2024.1.0
|
Retrieves the Performance Monitor statistics at a specific profiler capture time. Refer to Wwise Authoring Performance Monitor Counter Identifiers for the available counters.
Name | Type | Description |
---|---|---|
time * | one of: | Time in milliseconds to query for Performance Monitor data, or a Time Cursor from which to acquire the time. The User Time Cursor is the one that can be manipulated by the user, while the Capture Time Cursor represents the latest time of the current capture. |
integer | Range: [0,*] | |
string | Identify one of the global profiler cursors. Possible values:
|
(Required *)
Name | Type | Description |
---|---|---|
return * | array | Array of Performance Monitor counters. |
return [...] | object | Performance Monitor counter. Performance Monitor counter values. |
return[...].name * | string | name of the counter as shown in Wwise Authoring. |
return[...].id * | string | unique Id of the counter. |
return[...].value * | number | value of counter at given time. |
(Required *)
Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise