Home
last modified time | relevance | path

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

/packages/services/Car/tools/ioanalyze/
Danalyzer.py70 def prettyPrintBytes(n): function
148 Yl = [prettyPrintBytes(y) for y in Yt]
246 prettyPrintBytes(system.totalWrittenBytes),
247 prettyPrintBytes(system.foregroundWrittenBytes),
248 prettyPrintBytes(system.backgroundWrittenBytes)))
256 prettyPrintBytes(entry.totalWrittenBytes),
257 prettyPrintBytes(entry.foregroundWrittenBytes),
258 prettyPrintBytes(entry.backgroundWrittenBytes)))