mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-12 01:07:14 +02:00
add profilerOpts field to interpreter
This commit is contained in:
parent
c23a8b76e7
commit
1bfb0c49c8
@ -287,6 +287,9 @@ type interpreter struct {
|
||||
|
||||
evalHook EvalHook
|
||||
|
||||
profilerOpts StackProfilerOpts
|
||||
}
|
||||
|
||||
type StackProfilerOpts struct {
|
||||
//
|
||||
stackProfileOut *bufio.Writer
|
||||
|
Loading…
Reference in New Issue
Block a user