Graph::show_live_allocations
fn show_live_allocations(
self: Graph
) -> Graph
Configures the graph to show the number of allocations which are alive.
Examples
graph()
.add(allocations())
.show_live_allocations()
.save();
fn show_live_allocations(
self: Graph
) -> Graph
Configures the graph to show the number of allocations which are alive.
graph()
.add(allocations())
.show_live_allocations()
.save();