Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/aggregation/
Dcounter_aggregation_controller.ts80 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,
Dcpu_aggregation_controller.ts70 columnConstructor: Uint16Array,
76 columnConstructor: Uint16Array,
82 columnConstructor: Uint16Array,
88 columnConstructor: Uint16Array,
94 columnConstructor: Float64Array,
101 columnConstructor: Float64Array,
107 columnConstructor: Uint16Array,
Dthread_aggregation_controller.ts114 columnConstructor: Uint16Array,
120 columnConstructor: Uint16Array,
126 columnConstructor: Uint16Array,
132 columnConstructor: Uint16Array,
138 columnConstructor: Uint16Array,
144 columnConstructor: Float64Array,
151 columnConstructor: Float64Array,
157 columnConstructor: Uint16Array,
Dframe_aggregation_controller.ts72 columnConstructor: Uint16Array,
78 columnConstructor: Uint16Array,
84 columnConstructor: Uint16Array,
90 columnConstructor: Uint16Array,
96 columnConstructor: Uint16Array,
Dcpu_by_process_aggregation_controller.ts69 columnConstructor: Uint16Array,
75 columnConstructor: Uint16Array,
81 columnConstructor: Float64Array,
88 columnConstructor: Float64Array,
94 columnConstructor: Uint16Array,
Dslice_aggregation_controller.ts88 columnConstructor: Uint32Array,
94 columnConstructor: Float64Array,
101 columnConstructor: Float64Array,
107 columnConstructor: Uint32Array,
Daggregation_controller.ts180 data: new def.columnConstructor(numRows),
/external/perfetto/ui/src/common/
Daggregation_data.ts44 columnConstructor: TypedArrayConstructor; property