Home
last modified time | relevance | path

Searched defs:uptime_ns (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cpp23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} in WriteMemoryProfile()
H A Dtsan_platform_mac.cpp153 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp119 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile()
/freebsd/contrib/jemalloc/src/
H A Dstats.c56 rate_per_second(uint64_t value, uint64_t uptime_ns) { in rate_per_second()