profilePrototypeMethod: function (method, cls) {
            var profile = this.createProfile();
            return {
                profile: profile,
                hook: Hooks.hookPrototypeMethod(method, cls, profile.enter, profile.leave, profile)