バージョン

menu_open
Wwise SDK 2023.1.3
ak.wwise.core.profiler.getCpuUsage 結果スキーマ

スキーマ

{
"type": "object",
"properties": {
"return": {
"type": "array",
"description": "Array of CPU statistics for each element.",
"items": {
"type": "object",
"description": "Information about the amount of CPU percentage used by each element.",
"properties": {
"elementName": {
"type": "string",
"description": "The name of the element on which we calculate CPU usage."
},
"id": {
"type": "integer",
"description": "Class ID of the element."
},
"instances": {
"type": "integer",
"description": "An estimation of the number of instances of the element."
},
"type": {
"type": "string",
"description": "The type of element. For example, Codec, Source, Effect, Mixer or Sink."
},
"percentInclusive": {
"type": "number",
"description": "The percentage of CPU time spent in the execution of the element and those that it uses (calls)."
},
"percentExclusive": {
"type": "number",
"description": "The percentage of CPU time spent only in the execution of the element itself."
},
"millisecondsInclusive": {
"type": "number",
"description": "The milliseconds of CPU time spent in the execution of the element and those that it uses (calls)."
},
"millisecondsExclusive": {
"type": "number",
"description": "The milliseconds of CPU time spent only in the execution of the element itself."
}
},
"additionalProperties": false
}
}
},
"required": [
"return"
],
"additionalProperties": false
}

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう