| 646 | } |
| 647 | |
| 648 | type aggTest struct { |
| 649 | precise, function, fileline, column, inlineFrame bool |
| 650 | rows int |
| 651 | } |
| 652 | |
| 653 | // totalSamples is the sum of sample.Value[0] for testProfile6. |
| 654 | const totalSamples = int64(11112) |
nothing calls this directly
no outgoing calls
no test coverage detected