github.com/grafana/pyroscope-go/godeltaprof@v0.1.8-0.20240513050943-1b1f97373e2a/proto.go (about) 1 package godeltaprof 2 3 type ProfileOptions struct { 4 // for go1.21+ if true - use runtime_FrameSymbolName - produces frames with generic types, for example [go.shape.int] 5 // for go1.21+ if false - use runtime.Frame->Function - produces frames with generic types ommited [...] 6 // pre 1.21 - always use runtime.Frame->Function - produces frames with generic types ommited [...] 7 GenericsFrames bool 8 LazyMappings bool 9 }