From Yaniv Bronhaim <[email protected]>: Yaniv Bronhaim has submitted this change and it was merged. ( https://gerrit.ovirt.org/80426 )
Change subject: time: Add a Clock utility for timing complex flows ...................................................................... time: Add a Clock utility for timing complex flows This helps to record the time for multiple steps in a complex flow and log the results. This will be used in the next patch for timing extend disk flow. Changes from master: - There is no vdsm.common.time module, adding Clock to utils, near monotonic_time. Change-Id: I91d238ebb79d78c625c95892d19718129c015046 Bug-Url: https://bugzilla.redhat.com/1461536 Signed-off-by: Nir Soffer <[email protected]> --- M lib/vdsm/utils.py A tests/common/time_test.py 2 files changed, 176 insertions(+), 0 deletions(-) Approvals: Adam Litke: Looks good to me, but someone else must approve Nir Soffer: Verified Yaniv Bronhaim: Looks good to me, approved; Passed CI tests Francesco Romani: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/80426 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I91d238ebb79d78c625c95892d19718129c015046 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.1 Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
