Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
impl 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
record_executing_pc_for_profiling
Method · 0.45
Calls
1
store
Method · 0.45
Tested by
no test coverage detected