OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:async_begin
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/base/
trace_event.h
41
// these are used in the same scope. Use
ASYNC_BEGIN
/ASYNC_END macros if you
62
//
ASYNC_BEGIN
and ASYNC_END:
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.
355
// Records a single
ASYNC_BEGIN
event called "name" immediately, with 0, 1 or 2
360
// - |id| is used to match the
ASYNC_BEGIN
event with the ASYNC_END event. ASYNC
366
// defined by the
ASYNC_BEGIN
calls. Additional phases can be defined using the
369
// drawn on the thread defined in the
ASYNC_BEGIN
event), but all events in that
398
//
ASYNC_BEGIN
event above. The |step| param identifies this step within the
[
all
...]
/external/libchrome/base/trace_event/common/
trace_event_common.h
40
// these are used in the same scope. Use
ASYNC_BEGIN
/ASYNC_END macros if you
61
//
ASYNC_BEGIN
and ASYNC_END:
71
// The third parameter is a unique ID to match
ASYNC_BEGIN
/ASYNC_END pairs.
72
//
ASYNC_BEGIN
and ASYNC_END can occur on any thread of any traced process.
550
// Records a single
ASYNC_BEGIN
event called "name" immediately, with 0, 1 or 2
555
// - |id| is used to match the
ASYNC_BEGIN
event with the ASYNC_END event. ASYNC
562
// defined by the
ASYNC_BEGIN
calls. Additional phases can be defined using the
570
// drawn on the thread defined in the
ASYNC_BEGIN
event), but all events in that
[
all
...]
/external/skia/src/core/
SkTraceEventCommon.h
40
// these are used in the same scope. Use
ASYNC_BEGIN
/ASYNC_END macros if you
61
//
ASYNC_BEGIN
and ASYNC_END:
71
// The third parameter is a unique ID to match
ASYNC_BEGIN
/ASYNC_END pairs.
72
//
ASYNC_BEGIN
and ASYNC_END can occur on any thread of any traced process.
547
// Records a single
ASYNC_BEGIN
event called "name" immediately, with 0, 1 or 2
552
// - |id| is used to match the
ASYNC_BEGIN
event with the ASYNC_END event. ASYNC
559
// defined by the
ASYNC_BEGIN
calls. Additional phases can be defined using the
567
// drawn on the thread defined in the
ASYNC_BEGIN
event), but all events in that
[
all
...]
/external/v8/base/trace_event/common/
trace_event_common.h
40
// these are used in the same scope. Use
ASYNC_BEGIN
/ASYNC_END macros if you
61
//
ASYNC_BEGIN
and ASYNC_END:
71
// The third parameter is a unique ID to match
ASYNC_BEGIN
/ASYNC_END pairs.
72
//
ASYNC_BEGIN
and ASYNC_END can occur on any thread of any traced process.
550
// Records a single
ASYNC_BEGIN
event called "name" immediately, with 0, 1 or 2
555
// - |id| is used to match the
ASYNC_BEGIN
event with the ASYNC_END event. ASYNC
562
// defined by the
ASYNC_BEGIN
calls. Additional phases can be defined using the
570
// drawn on the thread defined in the
ASYNC_BEGIN
event), but all events in that
[
all
...]
/external/libchrome/base/test/
trace_event_analyzer.h
363
// Find
ASYNC_BEGIN
events that have a corresponding ASYNC_END event.
581
// Associate
ASYNC_BEGIN
, ASYNC_STEP and ASYNC_END events with each other.
582
// An ASYNC_END event will match the most recent
ASYNC_BEGIN
or ASYNC_STEP
584
// list of
ASYNC_BEGIN
->ASYNC_STEP...->ASYNC_END.
trace_event_analyzer.cc
85
LOG(ERROR) << "id is missing from
ASYNC_BEGIN
/ASYNC_END TraceEvent JSON";
/external/libchrome/base/trace_event/
trace_event_unittest.cc
1428
DictionaryValue*
async_begin
= FindNamePhase("name1", "S");
local
[
all
...]
Completed in 518 milliseconds