5 Matching Annotations
- Aug 2023
-
profiler.firefox.com profiler.firefox.com
- Jul 2020
-
ruby-prof.github.io ruby-prof.github.io
-
ruby-prof provides two options to specify which threads should be profiled: exclude_threads:: Array of threads which should not be profiled. include_threads:: Array of threads which should be profiled. All other threads will be ignored.
-
On Windows, wall time is measured using GetTickCount(), on MacOS by mach_absolute_time, on Linux by clock_gettime and otherwise by gettimeofday.
-
- Oct 2019
-
legacy.reactjs.org legacy.reactjs.org