Graph::show_deallocations
fn show_deallocations(
self: Graph
) -> Graph
Configures the graph to show deallocations.
Examples
graph()
.add(allocations())
.show_deallocations()
.save();
fn show_deallocations(
self: Graph
) -> Graph
Configures the graph to show deallocations.
graph()
.add(allocations())
.show_deallocations()
.save();