Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpSystemTrace.ts73 currentRowType = "";/*保存当前鼠标所在行的类型*/ property in SpSystemTrace
510 this.currentRowType = TraceRow.ROW_TYPE_CPU;
519 this.currentRowType = TraceRow.ROW_TYPE_CPU_STATE;
535 this.currentRowType = TraceRow.ROW_TYPE_CPU_FREQ;
544 this.currentRowType = TraceRow.ROW_TYPE_FPS;
552 this.currentRowType = TraceRow.ROW_TYPE_THREAD;
556 this.currentRowType = TraceRow.ROW_TYPE_FUNC;
558 this.currentRowType = TraceRow.ROW_TYPE_HEAP;
568 this.currentRowType = TraceRow.ROW_TYPE_CPU_ABILITY;
576 this.currentRowType = TraceRow.ROW_TYPE_MEMORY_ABILITY;
[all …]