Searched refs:onReadableData (Results 1 – 2 of 2) sorted by relevance
36 private onReadableData: Array<unknown> = []; property in TabPaneSampleInstructionTotalTime87 this.onReadableData = SampleParam.sampleData[0].property;227 if (this.onReadableData.length === 0) return;229 const count = this.onReadableData.length;230 const onReadableData = this.onReadableData; constant231 const instructionArray = onReadableData.reduce((pre: unknown, current: unknown) => {
28 private onReadableData: Array<unknown> = []; property in TabPaneSampleInstructionDistributions87 this.onReadableData = SampleParam.sampleData[0].property;238 if (this.onReadableData.length === 0) return;240 const count = this.onReadableData.length;244 instructions = this.onReadableData.reduce((pre: unknown, current: unknown) => {251 instructions = this.onReadableData.reduce((pre: unknown, current: unknown) => {