Duration that the sample was active
()
| 169 | |
| 170 | // Duration that the sample was active |
| 171 | func (s *Sample) Duration() time.Duration { |
| 172 | return s.End.Sub(s.Start) |
| 173 | } |
| 174 | |
| 175 | // Seconds that the sample or samples were active |
| 176 | func (s *Sample) Seconds() float64 { |
no outgoing calls