Francesco Romani has posted comments on this change. Change subject: profile: transform into a subpackage ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/36010/1/lib/vdsm/profiling/cpu.py File lib/vdsm/profiling/cpu.py: Line 85: return f(*a, **kw) Line 86: finally: Line 87: _stop_profiling(filename, format) Line 88: return wrapper Line 89: print 'called(%s, %s)' % (filename, format) > Is this related? No, debug relic. Will remove. Line 90: return decorator Line 91: Line 92: Line 93: def _start_profiling(clock, builtins, threads): -- To view, visit http://gerrit.ovirt.org/36010 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idfd925e566a9af69d4b42a70fa835b072bb1f7a0 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
