Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xDub/rust-channel-benchmark
/ functions
Functions
18 in github.com/0xDub/rust-channel-benchmark
⨍
Functions
18
◇
Types & classes
6
↓ 158 callers
Method
str
(&self, content: &str)
src/utils/mod.rs:48
↓ 74 callers
Method
to_string
(&self)
src/utils/mod.rs:21
↓ 74 callers
Method
write_line
(&mut self, content: String)
src/utils/mod.rs:68
↓ 36 callers
Method
print
(&self, content: &str)
src/utils/mod.rs:40
↓ 4 callers
Function
get_available_colors
()
analyze.py:21
↓ 4 callers
Method
print_literal
(&self, content: String)
src/utils/mod.rs:44
↓ 1 callers
Function
analyze_inter_async
(bins, sender_threshold, receiver_threshold, show_graph=False)
analyze.py:141
↓ 1 callers
Function
analyze_inter_busy
(bins, sender_threshold, receiver_threshold, show_graph=False)
analyze.py:265
↓ 1 callers
Function
analyze_intra_async_multi_thread
( bins, sender_threshold, receiver_threshold, show_graph=False )
analyze.py:521
↓ 1 callers
Function
analyze_intra_async_single_thread
( bins, sender_threshold, receiver_threshold, show_graph=False )
analyze.py:390
↓ 1 callers
Function
inter_process_async
(sample_size: i64, payload_size_in_bytes: i64, cpu_0: usize, cpu_1: usize)
src/main.rs:73
↓ 1 callers
Function
inter_process_busy_spin
(sample_size: i64, payload_size_in_bytes: i64, cpu_0: usize, cpu_1: usize)
src/main.rs:446
↓ 1 callers
Function
intra_process_async_multi_thread
(sample_size: i64, payload_size_in_bytes: i64)
src/main.rs:834
↓ 1 callers
Function
intra_process_async_single_thread
(sample_size: i64, payload_size_in_bytes: i64, cpu_0: usize)
src/main.rs:1194
Method
default
()
src/main.rs:50
Function
main
()
src/main.rs:1557
Method
new
(data: Vec<u8>, kill: bool)
src/main.rs:60
Method
new
(file_path: &str)
src/utils/mod.rs:59