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