Home | History | Annotate | Download | only in src

Lines Matching full:size_percent

8106     double size_percent = static_cast<double>(size) * 100 / total_size_;
8107 PrintF(" %8u bytes / %4.1f %%\n", size, size_percent);