OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ATRACE_NAME
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
Trace.h
36
//
ATRACE_NAME
traces the beginning and end of the current scope. To trace
39
#define
ATRACE_NAME
(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
40
// ATRACE_CALL is an
ATRACE_NAME
that uses the current function name.
41
#define ATRACE_CALL()
ATRACE_NAME
(__FUNCTION__)
64
#define
ATRACE_NAME
(...)
/frameworks/rs/
rsContext.h
34
#define
ATRACE_NAME
(...)
Completed in 31 milliseconds