MCPcopy Create free account
hub / github.com/apache/tvm / runtimeStatsText

Method runtimeStatsText

web/src/runtime.ts:975–981  ·  view source on GitHub ↗

* Obtain the runtime information in readable format.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

onCloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected