timeEnd (name) {

        if (typeof process.env.DEBUG_PERF === 'string') {
            console.timeEnd(this._category + ':' + name);
        }