Searched refs:nanoseconds_monotonic (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dbenchmark.h30 static inline void Btrace(const char* name, int64_t nanoseconds_monotonic);
33 int64_t nanoseconds_monotonic);
37 static inline void BtraceData(const char* name, int64_t nanoseconds_monotonic,
41 int64_t nanoseconds_monotonic, int64_t data);
44 static inline void Btrace(const char* name, int64_t nanoseconds_monotonic) { argument
48 atrace_int64(ATRACE_TAG_WEBVIEW, log_message, nanoseconds_monotonic);
56 int64_t nanoseconds_monotonic) {
57 fprintf(file, "#btrace#%s|%" PRId64 "\n", name, nanoseconds_monotonic);
64 static inline void BtraceData(const char* name, int64_t nanoseconds_monotonic, argument
69 atrace_int64(ATRACE_TAG_WEBVIEW, log_message, nanoseconds_monotonic);
55 Btrace(FILE* file, const char* name, int64_t nanoseconds_monotonic) argument
76 BtraceData(FILE* file, const char* name, int64_t nanoseconds_monotonic, int64_t data) argument
[all...]

Completed in 55 milliseconds