MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / ExecutingPcRef

Class ExecutingPcRef

pulley/src/profile.rs:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73#[derive(Copy, Clone)]
74#[repr(transparent)]
75pub(crate) struct ExecutingPcRef<'a>(&'a AtomicUsize);
76
77impl ExecutingPcRef<'_> {
78 pub(crate) fn record(&self, pc: usize) {

Callers 1

as_refMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected