Home
last modified time | relevance | path

Searched refs:rawComputeMetric (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/common/
Dwasm_engine_proxy.ts112 rawComputeMetric(rawComputeMetric: Uint8Array): Promise<Uint8Array> { method in WasmEngineProxy
114 'trace_processor_compute_metric', rawComputeMetric);
Dengine.ts79 abstract rawComputeMetric(computeMetricArgs: Uint8Array): Promise<Uint8Array>;
119 const respEncoded = await this.rawComputeMetric(argsEncoded);
Dhttp_rpc_engine.ts66 rawComputeMetric(rawComputeMetricArgs: Uint8Array): Promise<Uint8Array> {