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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp251 double overheadPercent = (double)totalOverhead / (double)totalDataBytes * 100; local
252 dataLogF(" StringImpl overheader: %8u (%5.2f%%)\n", totalOverhead, overheadPercent);

Completed in 119 milliseconds