|
From: Andres T. <and...@ta...> - 2015-03-09 17:22:52
|
I'm trying to do a tool for valgrind and i want to measure the time that takes to do a malloc for example, but milliseconds are not enough. There is read_millisecond_timer in pub_tool_libproc.h but I'm wondering if maybe there is another function that can do the same but in nanoseconds. Regards, Andres |