Contents

capture()

Returns a snapshot of the profile with its current element values.

Declaration

func capture() -> Self

Return Value

A snapshot of the profile.

Discussion

A snapshot is a copy of profile at a moment in time with its current element values. Unlike other profiles, you can set the values of a snapshot’s elements.

See Also

Setting snapshot values