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

Method record

pulley/src/profile.rs:78–80  ·  view source on GitHub ↗
(&self, pc: usize)

Source from the content-addressed store, hash-verified

76
77impl ExecutingPcRef<'_> {
78 pub(crate) fn record(&self, pc: usize) {
79 self.0.store(pc, Relaxed);
80 }
81}
82
83/// Utility to record profiling information to a file.

Callers 1

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected