Skip to content

Commit

Permalink
feat display jitter
Browse files Browse the repository at this point in the history
feat display jitter(WIP)

Includes possible test approach using JSON to mimic trace data

feat(tui): improve column width layout logic (WIP)
  • Loading branch information
trkelly23 committed Jan 15, 2024
1 parent 947c4ce commit f113f8a
Show file tree
Hide file tree
Showing 11 changed files with 750 additions and 86 deletions.
196 changes: 191 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
tracing-chrome = "0.7.1"
petgraph = "0.6.4"
csv = "1.3.0"
iso8601-timestamp = "0.2.16"
serde_with = "3.4.0"

# Library dependencies (Linux)
[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
Loading

0 comments on commit f113f8a

Please sign in to comment.