profileMethod: function (method, context) {
            var profile = this.createProfile();
            return {
                profile: profile,
                hook: Hooks.hookMethod(method, context, profile.enter, profile.leave, profile)