We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02b65c commit 9be5128Copy full SHA for 9be5128
src/inspector/cpuprofiler/profiler_time.h
@@ -38,7 +38,7 @@ class TimeTicks {
38
}
39
ticks = (mach_absolute_time() * (info.numer / info.denom) /
40
kNanosecondsPerMicrosecond);
41
-#elif defined(OS_ANDROID)
+#elif defined(OS_ANDROID) || defined(OS_HARMONY)
42
struct timespec ts;
43
if (clock_gettime(CLOCK_BOOTTIME, &ts) != 0) {
44
ticks = 0;
0 commit comments