Skip to content

Commit

Permalink
Merge pull request #1329 from microsoft/ab-measure-tcp-echo-e2e-cycles
Browse files Browse the repository at this point in the history
[tcp-echo] Measure end-to-end CPU cycles
  • Loading branch information
anandbonde authored Jul 11, 2024
2 parents 3c215ce + ce517b6 commit c037af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/tcp-echo/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use clap::{
};
use client::TcpEchoClient;
use demikernel::{
timer,
LibOS,
LibOSName,
};
Expand Down Expand Up @@ -270,6 +271,7 @@ fn start_client_thread(
//======================================================================================================================

fn main() -> Result<()> {
timer!("main");
let args: ProgramArguments = ProgramArguments::new(
"tcp-echo",
"Pedro Henrique Penna <[email protected]>",
Expand Down

0 comments on commit c037af7

Please sign in to comment.