(ix int)
| 382 | } |
| 383 | |
| 384 | func valueExtractor(ix int) sampleValueFunc { |
| 385 | return func(v []int64) int64 { |
| 386 | return v[ix] |
| 387 | } |
| 388 | } |
| 389 | |
| 390 | // profileCopier can be used to obtain a fresh copy of a profile. |
| 391 | // It is useful since reporting code may mutate the profile handed to it. |
no outgoing calls
no test coverage detected
searching dependent graphs…