diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-19 23:27:27 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-19 23:27:27 +0200 |
commit | 6f8222a1c52a9e577925b90d16b95be10ef50596 (patch) | |
tree | 45b53fc1fea77d6e8c7c1829145f67c4a7baab6f /ChangeLog | |
parent | 593285ac1520e54467573c3a73cdda26a6a5acea (diff) | |
download | glibc-6f8222a1c52a9e577925b90d16b95be10ef50596.tar.gz |
Fix gprof timing
* sysdeps/mach/hurd/profil.c (__profile_frequency): Return tick
frequency instead of tick length in us.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * sysdeps/mach/hurd/profil.c (update_waiter): Initialize profil_reply_port. (profile_waiter): Do not initialize profil_reply_port. + * sysdeps/mach/hurd/profil.c (__profile_frequency): Return tick + frequency instead of tick length in us. 2016-04-18 Wilco Dijkstra <wdijkstr@arm.com> |