function initializeStats(info) {
    info.stats = {
        startTime:new Date().getTime(),
        lang:info.opts.lang
    };