Dan Kenigsberg has submitted this change and it was merged. Change subject: profile: transform into a subpackage ......................................................................
profile: transform into a subpackage this patch tranforms the profile module into the profiling subpackage, to make room for the memory profiling module. No code change besides moving around and fixing imports. Change-Id: Idfd925e566a9af69d4b42a70fa835b072bb1f7a0 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/36010 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M configure.ac M debian/vdsm-python.install M lib/vdsm/Makefile.am A lib/vdsm/profiling/Makefile.am A lib/vdsm/profiling/__init__.py R lib/vdsm/profiling/cpu.py A lib/vdsm/profiling/profile.py M tests/Makefile.am R tests/cpuProfileTests.py M vdsm.spec.in M vdsm/vdsm 11 files changed, 166 insertions(+), 83 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified -- To view, visit http://gerrit.ovirt.org/36010 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idfd925e566a9af69d4b42a70fa835b072bb1f7a0 Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
