Sha256: de888713cf0a047bd4a28a1ca890be51d99b6aaabc9a2b134280b768a7148377
Contents?: true
Size: 511 Bytes
Versions: 30
Compression:
Stored size: 511 Bytes
Contents
# web-sys: `performance.now` [View full source code][code] or [view the compiled example online][online] [online]: https://rustwasm.github.io/wasm-bindgen/exbuild/performance/ [code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/performance Want to profile some Rust code in the browser? No problem! You can use the `performance.now()` API and friends to get timing information to see how long things take. ## `src/lib.rs` ```rust {{#include ../../../examples/performance/src/lib.rs}} ```
Version data entries
30 entries across 30 versions & 1 rubygems