Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/aggregation/
Dcounter_aggregation_controller.ts79 columnConstructor: Uint16Array,
85 columnConstructor: Float64Array,
91 columnConstructor: Float64Array,
97 columnConstructor: Float64Array,
103 columnConstructor: Float64Array,
110 columnConstructor: Float64Array,
116 columnConstructor: Float64Array,
122 columnConstructor: Float64Array,
128 columnConstructor: Float64Array,
Dcpu_aggregation_controller.ts71 columnConstructor: Uint16Array,
77 columnConstructor: Uint16Array,
83 columnConstructor: Uint16Array,
89 columnConstructor: Uint16Array,
95 columnConstructor: Float64Array,
102 columnConstructor: Float64Array,
108 columnConstructor: Uint16Array,
Dthread_aggregation_controller.ts109 columnConstructor: Uint16Array,
115 columnConstructor: Uint16Array,
121 columnConstructor: Uint16Array,
127 columnConstructor: Uint16Array,
133 columnConstructor: Uint16Array,
139 columnConstructor: Float64Array,
146 columnConstructor: Float64Array,
152 columnConstructor: Uint16Array,
Dcpu_by_process_aggregation_controller.ts70 columnConstructor: Uint16Array,
76 columnConstructor: Uint16Array,
82 columnConstructor: Float64Array,
89 columnConstructor: Float64Array,
95 columnConstructor: Uint16Array,
Dslice_aggregation_controller.ts83 columnConstructor: Uint16Array,
89 columnConstructor: Float64Array,
96 columnConstructor: Float64Array,
102 columnConstructor: Uint16Array,
Daggregation_controller.ts174 data: new def.columnConstructor(numRows),
/external/perfetto/ui/src/common/
Daggregation_data.ts44 columnConstructor: TypedArrayConstructor; property