Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sortedSampleValues (0.23 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    getApproximatePercentile(percent){if(percent<0||percent>1){throw new Error('percent must be in [0,1]');}
    if(this.numValues===0)return undefined;if(this.allBins.length===1){const sortedSampleValues=this.sampleValues.slice().sort((x,y)=>x-y);return sortedSampleValues[Math.floor((sortedSampleValues.length-1)*percent)];}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top