HomeSort by relevance Sort by last modified time
    Searched full:total_capture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 101 int total_capture = 0; local
127 total_capture += capture_size;
134 "XRay: %d frame(s) %d total capture(s)\n", counter, total_capture);
xray.c 562 int total_capture = 0; local
571 total_capture += XRayFrameGetTraceCount(capture, index) + 1;
572 if (total_capture < capture->buffer_size) {

Completed in 143 milliseconds