Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dtrace.h42 class ScopedTrace {
45 ScopedTrace(uint64_t tag, bool enabled, const char* name) in ScopedTrace() function
51 ~ScopedTrace() { in ~ScopedTrace()
60 ScopedTrace(const ScopedTrace&) = delete;
61 void operator=(const ScopedTrace&) = delete;
78 ::android::pdx::ScopedTrace PASTE(__tracer, __LINE__) { \
/frameworks/ml/nn/common/include/
DTracing.h123 android::ScopedTrace PASTE(___tracer, __LINE__)(ATRACE_TAG, ("[NN_" layer "_" phase "]" detail))
158 #define NNTRACE_NAME_1(name) android::ScopedTrace ___tracer_1(ATRACE_TAG, name)
163 android::ScopedTrace PASTE(___tracer, __LINE__)(ATRACE_TAG, name); \
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h48 android::ScopedTrace ___bufTracer(ATRACE_TAG, ___traceBuf); \