Hi, This is a small issue and not sure if it affects everybody but when linking
in profiler mode the -lrt flag appears before the objects. This leads to
linking error: "undefined reference to `clock_gettime". The problem is that the
-lrt flag needs to be after the objects, see
https://bbs.archlinux.org/viewtopic.php?id=88108 for details. Once -lrt is
placed in the correct position, fd in profiler mode links correctly.
Also thanks to every body involved in the development for making the code open
source, it has saved me lots of time not having to reinvent the wheel! Plus it
makes it much easier to consistently compare performance data with the results
of other researchers which also use FD.
|