String returns a short string with a summary of memory information
()
| 92 | |
| 93 | // String returns a short string with a summary of memory information |
| 94 | func (i *Info) String() string { |
| 95 | return i.Area.String() |
| 96 | } |
| 97 | |
| 98 | // simple private struct used to encapsulate memory information in a top-level |
| 99 | // "memory" YAML/JSON map/object key |