Searched refs:sample (Results 1 – 14 of 14) sorted by relevance
| /wasmtime-44.0.1/crates/wasi/src/p3/random/ |
| H A D | host.rs | 15 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 D | random.rs | 18 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 D | profiler-html.rs | 91 for sample in samples { in main() 92 let addr = sample.0; in main()
|
| /wasmtime-44.0.1/pulley/src/ |
| H A D | profile.rs | 147 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 D | profiling.rs | 61 .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 D | README.md | 15 …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 D | README.md | 34 1. Run the sample; the fixture directory containing the model and image must be
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | run.rs | 617 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 D | serve.rs | 933 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 D | lib.rs | 117 .prop_flat_map(|a| prop::sample::select(a)) in byte_slice_strat()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | profiling.rs | 203 pub fn sample(&mut self, store: impl AsContext, delta: Duration) { in sample() method
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-ci.md | 16 Currently on sample of the full CI test suite is run on every Pull Request. CI
|
| H A D | wasip2-plugins.md | 271 As part of this sample application, two plugins are provided,
|
| /wasmtime-44.0.1/cranelift/frontend/src/ |
| H A D | frontend.rs | 1317 fn sample() { in sample() function
|