Map::allocated_at

fn allocated_at(
    self: Map
) -> Duration

Returns when this map was mapped, as a time offset from the start of the profiling.

Examples

println(maps()[0].allocated_at());
62ms 590us