Home
last modified time | relevance | path

Searched refs:threadStateToString (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/process/
DThreadDataSender.ts14 import { CHART_OFFSET_LEFT, MAX_COUNT, QueryEnum, threadStateToString, TraficEnum } from '../utils/…
82 state: threadStateToString(state[i]),
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/utils/
DQueryEnum.ts115 export function threadStateToString(state: number): string { function