Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p3/random/
H A Dhost.rs15 Ok(self.random.sample(Standard)) in get_random_u64()
28 Ok(self.insecure_random.sample(Standard)) in get_insecure_random_u64()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Drandom.rs18 Ok(self.random.sample(Standard)) in get_random_u64()
34 Ok(self.insecure_random.sample(Standard)) in get_insecure_random_u64()
/wasmtime-44.0.1/pulley/examples/
H A Dprofiler-html.rs91 for sample in samples { in main()
92 let addr = sample.0; in main()
/wasmtime-44.0.1/pulley/src/
H A Dprofile.rs147 pub fn append(&mut self, sample: usize) { in append()
148 self.data.extend_from_slice(&(sample as u64).to_le_bytes()); in append()
/wasmtime-44.0.1/crates/c-api/src/
H A Dprofiling.rs61 .sample(&store.store, Duration::from_nanos(delta_nanos)); in wasmtime_guestprofiler_sample()
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-pytorch/
H A DREADME.md15 …mtime after mapping the directory containing squeezenet1.1 `model.pt` and sample image `kitten.png`
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-winml/
H A DREADME.md34 1. Run the sample; the fixture directory containing the model and image must be
/wasmtime-44.0.1/src/commands/
H A Drun.rs617 fn sample( in setup_guest_profiler() function
630 sample(store, |profiler, store| profiler.call_hook(store, kind)); in setup_guest_profiler()
638 sample(store, |profiler, store| { in setup_guest_profiler()
639 profiler.sample(store, std::time::Duration::ZERO) in setup_guest_profiler()
649 sample(store, |profiler, store| { in setup_guest_profiler()
650 profiler.sample(store, std::time::Duration::ZERO) in setup_guest_profiler()
H A Dserve.rs933 fn sample( in setup_guest_profiler() function
947 sample(store, |profiler, store| profiler.call_hook(store, kind)); in setup_guest_profiler()
952 sample(store, |profiler, store| { in setup_guest_profiler()
953 profiler.sample(store, std::time::Duration::ZERO) in setup_guest_profiler()
/wasmtime-44.0.1/crates/wiggle/test-helpers/src/
H A Dlib.rs117 .prop_flat_map(|a| prop::sample::select(a)) in byte_slice_strat()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dprofiling.rs203 pub fn sample(&mut self, store: impl AsContext, delta: Duration) { in sample() method
/wasmtime-44.0.1/docs/
H A Dcontributing-ci.md16 Currently on sample of the full CI test suite is run on every Pull Request. CI
H A Dwasip2-plugins.md271 As part of this sample application, two plugins are provided,
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs1317 fn sample() { in sample() function