[generator] Add total address number logging.

This commit is contained in:
tatiana-yan 2019-05-14 11:37:02 +03:00 committed by Maksim Andrianov
parent e23e6e0138
commit 9949124c92

View file

@ -476,7 +476,7 @@ void BuildAddressTable(FilesContainerR & container, Writer & writer, uint32_t th
double matchedPercent = 100;
if (address > 0)
matchedPercent = 100.0 * (1.0 - static_cast<double>(missing) / static_cast<double>(address));
LOG(LINFO, ("Address: Matched percent", matchedPercent));
LOG(LINFO, ("Address: Matched percent", matchedPercent, "Total:", address, "Missing:", missing));
}
} // namespace