From 6f45135b0d7a2f182593d05574da81565538fa33 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 28 Feb 2024 19:04:26 +0100 Subject: tiny_vm: add commented out rt with profiling + symbols in release build --- examples/tiny_vm.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/tiny_vm.rs b/examples/tiny_vm.rs index d203bde..b441a4a 100644 --- a/examples/tiny_vm.rs +++ b/examples/tiny_vm.rs @@ -144,6 +144,8 @@ impl TinyVm { // -- JIT state. jit_cache, rt: Runtime::new(), + // Confifigure the runtime to generates perf meta data. + //rt: Runtime::with_profile(), } } -- cgit v1.2.3