Closed dweinstein closed 5 years ago
Definitely! We'll get support for this once frida/frida-gum#198 lands, along with the other sampler implementations (like for CPU clock cycles) provided by gum-prof.
Let's keep tracking this in frida/frida-gum#198.
I might have missed an alternative, but I was hoping to find something to provide higher resolution timers than what we get from
Date.now()
. Should we consider havingprocess.hrtime()
perhaps?