Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/xray/
Dreport.c20 struct XRayTotal { struct
89 struct XRayTotal* ia = (struct XRayTotal*)a; in qcompare()
90 struct XRayTotal* ib = (struct XRayTotal*)b; in qcompare()
102 struct XRayTotal* totals; in XRayFrameReport()
103 totals = (struct XRayTotal*) in XRayFrameReport()
104 alloca(XRayFrameGetCount(capture) * sizeof(struct XRayTotal)); in XRayFrameReport()
137 qsort(totals, counter, sizeof(struct XRayTotal), qcompare); in XRayFrameReport()