- improved Tx details view
- added functionality adding waveforms to list and navigating tx
This commit is contained in:
@ -188,6 +188,6 @@ public class Tx implements ITx {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "tx#"+getId()+"@"+getBeginTime()+"-@"+getEndTime();
|
||||
return "tx#"+getId()+"["+getBeginTime()/1000000+"ns - "+getEndTime()/1000000+"ns]";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user