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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} argument
H A Dtsan_platform_linux.cpp121 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { argument
141 uptime_ns / (1000 * 1000 * 1000), mem[MemTotal] >> 20,
H A Dtsan_platform_mac.cpp142 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { argument
H A Dtsan_platform.h974 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);

Completed in 81 milliseconds