Map::deallocated_at
fn deallocated_at(
self: Map
) -> Option<Duration>
Returns when this map was unmapped, as a time offset from the start of the profiling.
Examples
println((maps().only_leaked())[0].deallocated_at());
println((maps().only_temporary())[0].deallocated_at());
None
Some(10s 65ms 367us)