Searched refs:totalDataBytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp244 unsigned long long totalDataBytes = m_total8BitData + m_total16BitData * 2; local
245 dataLogF("%8u Total %12llu chars %12llu bytes avg length %6.1f\n", m_totalNumberStrings, totalNumberCharacters, totalDataBytes, averageLength);
247 double percentSavings = totalSavedBytes ? ((double)totalSavedBytes * 100) / (double)(totalDataBytes + totalSavedBytes) : 0.0;
251 double overheadPercent = (double)totalOverhead / (double)totalDataBytes * 100;

Completed in 64 milliseconds