Searched refs:columnConstructor (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/ui/src/controller/aggregation/ |
D | counter_aggregation_controller.ts | 80 columnConstructor: Uint16Array, 86 columnConstructor: Float64Array, 92 columnConstructor: Float64Array, 98 columnConstructor: Float64Array, 104 columnConstructor: Float64Array, 111 columnConstructor: Float64Array, 117 columnConstructor: Float64Array, 123 columnConstructor: Float64Array, 129 columnConstructor: Float64Array,
|
D | cpu_aggregation_controller.ts | 70 columnConstructor: Uint16Array, 76 columnConstructor: Uint16Array, 82 columnConstructor: Uint16Array, 88 columnConstructor: Uint16Array, 94 columnConstructor: Float64Array, 101 columnConstructor: Float64Array, 107 columnConstructor: Uint16Array,
|
D | thread_aggregation_controller.ts | 114 columnConstructor: Uint16Array, 120 columnConstructor: Uint16Array, 126 columnConstructor: Uint16Array, 132 columnConstructor: Uint16Array, 138 columnConstructor: Uint16Array, 144 columnConstructor: Float64Array, 151 columnConstructor: Float64Array, 157 columnConstructor: Uint16Array,
|
D | frame_aggregation_controller.ts | 72 columnConstructor: Uint16Array, 78 columnConstructor: Uint16Array, 84 columnConstructor: Uint16Array, 90 columnConstructor: Uint16Array, 96 columnConstructor: Uint16Array,
|
D | cpu_by_process_aggregation_controller.ts | 69 columnConstructor: Uint16Array, 75 columnConstructor: Uint16Array, 81 columnConstructor: Float64Array, 88 columnConstructor: Float64Array, 94 columnConstructor: Uint16Array,
|
D | slice_aggregation_controller.ts | 88 columnConstructor: Uint32Array, 94 columnConstructor: Float64Array, 101 columnConstructor: Float64Array, 107 columnConstructor: Uint32Array,
|
D | aggregation_controller.ts | 180 data: new def.columnConstructor(numRows),
|
/external/perfetto/ui/src/common/ |
D | aggregation_data.ts | 44 columnConstructor: TypedArrayConstructor; property
|