We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6530e8c commit 23dbd28Copy full SHA for 23dbd28
1 file changed
itm/src/lib.rs
@@ -549,6 +549,12 @@ where
549
}
550
551
/// Returns an iterator over [`TimestampedTracePackets`](TimestampedTracePackets).
552
+ ///
553
+ /// # Panics
554
555
+ /// This iterator constuctor will panic if
556
+ /// [`options.lts_prescaler`](TimestampsConfiguration::lts_prescaler)
557
+ /// is [`Disabled`](LocalTimestampOptions::Disabled).
558
pub fn timestamps(&mut self, options: TimestampsConfiguration) -> Timestamps<R> {
559
Timestamps::new(self, options)
560
0 commit comments