Added also clock cycle to dragging in Analyzer
This commit is contained in:
@@ -52,7 +52,8 @@ QwtText TracePlotMouseLabel::trackerText(const QPoint &point) const
|
||||
}
|
||||
else if(mode == MouseLabelMode::Timedifference)
|
||||
{
|
||||
return QwtText(formatInClks(timeDifferenceSpan.timeCovered(),clkPeriod));
|
||||
traceTime mouseTime = timeDifferenceSpan.timeCovered();
|
||||
return QwtText(prettyFormatTime(alignToClk(mouseTime,clkPeriod)) + "(" + formatInClks(mouseTime,clkPeriod) + ")");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user