Searched defs:Btrace (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dbenchmark.h18 // Btrace("Start execution");
20 // Btrace("End execution");
26 // Btrace will either output to standard atrace, or to a file if specified.
29 // Btrace without data payload.
30 static inline void Btrace(const char* name, int64_t nanoseconds_monotonic);
31 static inline void Btrace(const char* name);
32 static inline void Btrace(FILE* file, const char* name,
34 static inline void Btrace(FILE* file, const char* name);
36 // Btrace with data payload.
44 static inline void Btrace(cons function
51 static inline void Btrace(const char* name) { function
55 static inline void Btrace(FILE* file, const char* name, function
60 static inline void Btrace(FILE* file, const char* name) { function
[all...]

Completed in 50 milliseconds