Allocation::allocated_at
fn allocated_at(
self: Allocation
) -> Duration
Returns when this allocation was made, as a time offset from the start of the profiling.
Examples
println(allocations()[0].allocated_at());
62ms 661us
fn allocated_at(
self: Allocation
) -> Duration
Returns when this allocation was made, as a time offset from the start of the profiling.
println(allocations()[0].allocated_at());
62ms 661us