Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cpuList (0.1 sec)

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

    drawUiSubSlicesMap.get(guid).push(event);continue;}
    const{wall:wallHist,cpu:cpuHist}=histogramsByEventTitle.get(event.title);wallHist.addSample(event.duration);if(cpuHist!==undefined){cpuHist.addSample(event.cpuDuration);}}}}}
    for(const subSlices of drawUiSubSlicesMap.values()){const eventMap=new Map();for(const event of subSlices){if(!eventMap.has(event.title)){eventMap.set(event.title,{wall:0,cpu:0});}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top