Searched defs:traceProcessor (Results 1 – 5 of 5) sorted by relevance
58 const traceProcessor = await this.initializeTraceProcessor(); constant120 const traceProcessor = await TraceProcessorFactory.getSingleInstance(); constant
34 protected traceProcessor: WasmEngineProxy; property in AbstractParser
23 constructor(protected traceProcessor: WasmEngineProxy) {} property in AbstractSearchViewFactory
25 const traceProcessor = await TraceProcessorFactory.getSingleInstance(); constant
30 private readonly traceProcessor: WasmEngineProxy; property in ParserViewCapture