Graph::show_memory_usage

fn show_memory_usage(
    self: Graph
) -> Graph

Configures the graph to show memory usage.

This is the default.

Examples

graph()
    .add(allocations())
    .show_memory_usage()
    .save();