(ctx context.Context, labels pprof.LabelSet, f func(context.Context))
| 11 | } |
| 12 | |
| 13 | func Do(ctx context.Context, labels pprof.LabelSet, f func(context.Context)) { |
| 14 | pprof.Do(ctx, labels, f) |
| 15 | } |
| 16 | |
| 17 | const ( |
| 18 | // ServiceTag should not collide with the pyroscope built-in tag "service". |
no test coverage detected