| 1134 | } |
| 1135 | |
| 1136 | QString View::get_cm_time(int index) |
| 1137 | { |
| 1138 | uint64_t sampleIndex = get_cursor_samples(index); |
| 1139 | uint64_t sampleRate = _session->cur_snap_samplerate(); |
| 1140 | return _ruler->format_real_time(sampleIndex, sampleRate); |
| 1141 | } |
| 1142 | |
| 1143 | QString View::get_cm_delta(int index1, int index2) |
| 1144 | { |
no test coverage detected