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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
TraceEvent.h 41 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you need them
61 // To trace an asynchronous procedure such as an IPC send/receive, use ASYNC_BEGIN and
72 // The third parameter is a unique ID to match ASYNC_BEGIN/ASYNC_END pairs.
73 // ASYNC_BEGIN and ASYNC_END can occur on any thread of any traced process. Pointers can
342 // Records a single ASYNC_BEGIN event called "name" immediately, with 0, 1 or 2
347 // - |id| is used to match the ASYNC_BEGIN event with the ASYNC_END event. ASYNC
353 // defined by the ASYNC_BEGIN calls. Additional phases can be defined using the
384 // ASYNC_BEGIN event above. The |step| param identifies this step within the
    [all...]
  /external/chromium_org/base/test/
trace_event_analyzer.h 346 // Find ASYNC_BEGIN events that have a corresponding ASYNC_END event.
556 // Associate ASYNC_BEGIN, ASYNC_STEP and ASYNC_END events with each other.
557 // An ASYNC_END event will match the most recent ASYNC_BEGIN or ASYNC_STEP
559 // list of ASYNC_BEGIN->ASYNC_STEP...->ASYNC_END.
trace_event_analyzer.cc 77 LOG(ERROR) << "id is missing from ASYNC_BEGIN/ASYNC_END TraceEvent JSON";
  /external/chromium_org/base/debug/
trace_event.h 37 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
58 // ASYNC_BEGIN and ASYNC_END:
68 // The third parameter is a unique ID to match ASYNC_BEGIN/ASYNC_END pairs.
69 // ASYNC_BEGIN and ASYNC_END can occur on any thread of any traced process.
505 // Records a single ASYNC_BEGIN event called "name" immediately, with 0, 1 or 2
510 // - |id| is used to match the ASYNC_BEGIN event with the ASYNC_END event. ASYNC
516 // defined by the ASYNC_BEGIN calls. Additional phases can be defined using the
519 // drawn on the thread defined in the ASYNC_BEGIN event), but all events in that
550 // ASYNC_BEGIN event above. The |step| param identifies this step within the
    [all...]
trace_event_unittest.cc 1232 DictionaryValue* async_begin = FindNamePhase("name1", "S"); local
    [all...]
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 451 // Search for matching name on begin event or async_begin event (any begin).

Completed in 413 milliseconds