Home
last modified time | relevance | path

Searched refs:percentSavings (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp251 …double percentSavings = totalSavedBytes ? ((double)totalSavedBytes * 100) / (double)(totalDataByte… in printStats() local
252 dataLogF(" Total savings %12llu bytes (%5.2f%%)\n", totalSavedBytes, percentSavings); in printStats()