s3/profile: remove the magical clock initialization from the profile code
authorBjörn Jacke <bj@sernet.de>
Tue, 14 Sep 2010 20:40:51 +0000 (22:40 +0200)
committerBjörn Jacke <bj@sernet.de>
Tue, 14 Sep 2010 20:45:07 +0000 (22:45 +0200)
commit4e8d6a779c9aa9b9418b4f835d831ad4492c3f6c
tree725e0c44d84840787a4f3707e8cf97da7a5e1810
parent5f6a145800a9e67c638f3ee05e43bb12fafffb48
s3/profile: remove the magical clock initialization from the profile code

there's no point in not profiling times if no monotonic clock is found -
monotonic and realtime clock are equally fast. Just use clock_gettime_mono
instead.
source3/include/smbprofile.h
source3/profile/profile.c