Lines Matching defs:snapshot
52 sub snapshot { bless {%{$_[0]}, _is_canon => undef, _is_spawn => undef, _aborted => undef}, __PACKAGE__ }
162 my $clone = $self->snapshot;
164 $clone->{+TRACE} = $clone->{+TRACE}->snapshot(pid => $$, tid => get_tid());
223 trace => $self->{+TRACE}->snapshot,
240 trace => $self->{+TRACE}->snapshot,
263 trace => $self->{+TRACE}->snapshot,
284 trace => $self->{+TRACE}->snapshot,
566 may pass it a snapshot. C<< $ctx->snapshot >> will give you a shallow clone of
576 snapshot. C<< $ctx->snapshot >> will give you a shallow clone of the context
600 =item $clone = $ctx->snapshot()