* Formats bytes to human readable format using IEC standard
(bytes)
| 64 | * Formats bytes to human readable format using IEC standard |
| 65 | */ |
| 66 | formatBytes (bytes) { |
| 67 | return formatFilesize(bytes); |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Prints memory usage report |
no outgoing calls
no test coverage detected