From 1bfb0c49c8cd3144027c59a4ac7293bf52f71767 Mon Sep 17 00:00:00 2001 From: b13rg <13488329+B13rg@users.noreply.github.com> Date: Sat, 5 Apr 2025 21:51:36 -0700 Subject: [PATCH] add profilerOpts field to interpreter --- interpreter.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interpreter.go b/interpreter.go index bd9d2c1..07ee79d 100644 --- a/interpreter.go +++ b/interpreter.go @@ -287,6 +287,9 @@ type interpreter struct { evalHook EvalHook + profilerOpts StackProfilerOpts +} + type StackProfilerOpts struct { // stackProfileOut *bufio.Writer