Add final time and memory stats for "emit" stage

This commit is contained in:
Geza Lore 2021-12-20 14:00:06 +00:00
parent 1de2de4bde
commit b2ca89c185

View File

@ -542,6 +542,8 @@ static void process() {
V3EmitC::emitcFiles();
}
if (v3Global.opt.stats()) V3Stats::statsStage("emit");
// Statistics
reportStatsIfEnabled();