frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

high resolution timer support #27

Closed dweinstein closed 5 years ago

dweinstein commented 6 years ago

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 having process.hrtime() perhaps?

oleavr commented 6 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.

oleavr commented 5 years ago

Let's keep tracking this in frida/frida-gum#198.