Home
last modified time | relevance | path

Searched refs:ru_majflt (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-platform-output.c85 printf(" page faults: %llu\n", (unsigned long long) rusage.ru_majflt); in TEST_IMPL()
/libuv/src/unix/
H A Dcore.c1020 rusage->ru_majflt = usage.ru_majflt; in uv_getrusage()
/libuv/src/win/
H A Dutil.c922 uv_rusage->ru_majflt = (uint64_t) memCounters.PageFaultCount; in uv_getrusage()
/libuv/include/
H A Duv.h1280 uint64_t ru_majflt; /* page faults (hard page faults) */ member
/libuv/docs/src/
H A Dmisc.rst133 uint64_t ru_majflt; /* page faults (hard page faults) */

Completed in 21 milliseconds