Searched refs:rawComputeMetric (Results 1 – 3 of 3) sorted by relevance
112 rawComputeMetric(rawComputeMetric: Uint8Array): Promise<Uint8Array> { method in WasmEngineProxy114 'trace_processor_compute_metric', rawComputeMetric);
79 abstract rawComputeMetric(computeMetricArgs: Uint8Array): Promise<Uint8Array>;119 const respEncoded = await this.rawComputeMetric(argsEncoded);
66 rawComputeMetric(rawComputeMetricArgs: Uint8Array): Promise<Uint8Array> {