This commit is contained in:
Wilson Snyder 2025-09-07 11:19:48 -04:00
parent d186dcdc32
commit f851671c41
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ void V3ParseImp::parseFile(FileLine* fileline, const string& modfilename, bool i
}
}
UINFO(0, "addStats " << m_ppBytes << " " << modfilename);
V3Stats::addStatSum(V3Stats::STAT_SOURCE_CHARS, m_ppBytes);
if (debug() && modfilename != V3Options::getStdPackagePath()
&& modfilename != V3Options::getStdWaiverPath())