Searched refs:source_size_in_kb (Results 1 – 1 of 1) sorted by relevance
12318 double source_size_in_kb = static_cast<double>(source_size_) / 1024; in Print() local12319 double normalized_time = source_size_in_kb > 0 in Print()12320 ? total.InMillisecondsF() / source_size_in_kb in Print()12322 double normalized_size_in_kb = source_size_in_kb > 0 in Print()12323 ? total_size_ / 1024 / source_size_in_kb in Print()