mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-12 09:17:11 +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
|
evalHook EvalHook
|
||||||
|
|
||||||
|
profilerOpts StackProfilerOpts
|
||||||
|
}
|
||||||
|
|
||||||
type StackProfilerOpts struct {
|
type StackProfilerOpts struct {
|
||||||
//
|
//
|
||||||
stackProfileOut *bufio.Writer
|
stackProfileOut *bufio.Writer
|
||||||
|
Loading…
Reference in New Issue
Block a user