* Obtain the runtime information in readable format.
()
| 973 | * Obtain the runtime information in readable format. |
| 974 | */ |
| 975 | runtimeStatsText(): string { |
| 976 | if (this.lib.webGPUContext !== undefined) { |
| 977 | return this.lib.webGPUContext.runtimeStatsText(); |
| 978 | } else { |
| 979 | return ""; |
| 980 | } |
| 981 | } |
| 982 | |
| 983 | /** |
| 984 | * Begin a new scope for tracking object disposal. |