Skip to content

Commit

Permalink
Move RTT reader to a separate thread
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed May 28, 2024
1 parent 3d64827 commit faead24
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 126 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

19 changes: 10 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ exclude = ["test_system/"]
name = "modality_trace_recorder_plugin"
path = "src/lib.rs"

[[bin]]
name = "modality-trace-recorder-importer"
path = "src/bin/importer.rs"
#[[bin]]
#name = "modality-trace-recorder-importer"
#path = "src/bin/importer.rs"

[[bin]]
name = "modality-trace-recorder-tcp-collector"
path = "src/bin/tcp_collector.rs"
#[[bin]]
#name = "modality-trace-recorder-tcp-collector"
#path = "src/bin/tcp_collector.rs"

[[bin]]
name = "modality-trace-recorder-itm-collector"
path = "src/bin/itm_collector.rs"
#[[bin]]
#name = "modality-trace-recorder-itm-collector"
#path = "src/bin/itm_collector.rs"

[[bin]]
name = "modality-trace-recorder-rtt-collector"
Expand Down Expand Up @@ -51,6 +51,7 @@ clap = { version = "4.5", features = ["derive", "env", "color"] }
ctrlc = { version = "3.4", features=["termination"] }
exitcode = "1"
ratelimit = "0.9"
bytes = "1"
human_bytes = "0.4"
simple_moving_average = "1.0"
auxon-sdk = { version = "1.3", features = ["modality"] }
Expand Down
Loading

0 comments on commit faead24

Please sign in to comment.