- update README to reflect correct performance numbers
- add tasks to README - repair bug in events.rs that prevented most events in VCD file from being parsed - add some initial code for timeline scrubbing
This commit is contained in:
parent
3a4ed56532
commit
cbd8be1708
8 changed files with 125 additions and 57 deletions
|
@ -12,5 +12,5 @@ debug = 1
|
|||
num = "0.4"
|
||||
clap = { version = "3.1.8", features = ["derive"] }
|
||||
chrono = "0.4"
|
||||
itertools = "0.10.3"
|
||||
backtrace = "0.3"
|
||||
# TODO : remove itertools once date parser is reworked.
|
||||
itertools = "0.10.3"
|
Reference in a new issue