Searched refs:rowName (Results 1 – 10 of 10) sorted by relevance
37 for (let rowName of rowNameList) {38 await this.initRows(smapsRow, rowName);73 private initRows = async (nodeRow: TraceRow<BaseStruct>, rowName: string) => {77 smapsTraceRow.rowId = rowName;84 smapsTraceRow.name = rowName;86 if (rowName == 'Dirty Size') {88 } else if (rowName == 'Swapped Size') {111 rowName: columnName,
61 for (const rowName of rowNameList) { constant62 await this.initSmapsRows(rowName);190 private getSmapsKeyName(rowName: string): string {191 let columnName = rowName.toLowerCase();193 switch (rowName) {206 private initSmapsRows = async (rowName: string): Promise<void> => {207 let sMapsTraceRow = this.initTraceRow(rowName, TraceRow.ROW_TYPE_VM_TRACKER_SMAPS, 'smapsRow');210 let sMapsData = await querySmapsData(this.getSmapsKeyName(rowName));403 …private initTraceRow(rowName: string, type: string, rowParentId: string): TraceRow<SnapshotStruct>…406 vmTrackerTraceRow.rowId = rowName;[all …]
36 rowName: string;55 if (req.rowName != undefined) {56 switch (req.rowName) {123 if (smapsReq.params.rowName != undefined) {124 switch (smapsReq.params.rowName) {
688 let rowName = document692 if (rowName && rowName!.indexOf('deliverInputEvent') > -1) {
86 rowName = ROW_TYPE; property in JsCpuProfilerTabStruct
33 rowName = ROW_TYPE; property in ConstructorItem
996 if (tableRowObject.data.rowName === 'cpu-profiler') {1041 if (visibleObjects[i + skip].data.rowName === 'cpu-profiler') {1176 if (rowData.data.rowName === 'js-memory') {1215 if (rowData.data.rowName === 'cpu-profiler') {1433 if (visibleObjects[i + skip].data.rowName === 'cpu-profiler') {1526 if (rowObject.data.rowName === 'js-memory') {1565 if (rowObject.data.rowName === 'cpu-profiler') {
1151 if (rowData.data.rowName === 'js-memory') {1490 if (rowObject.data.rowName === 'js-memory') {