Skip to content

Commit

Permalink
Added latency calculation metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvemula committed Feb 16, 2023
1 parent 98c840f commit cdf4f23
Show file tree
Hide file tree
Showing 37 changed files with 876,433 additions and 38 deletions.
6 changes: 3 additions & 3 deletions waffleClient/benchmark/src/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Lloyd Brown on 8/30/19.
//

#ifndef PANCAKE_TIMER_H
#define PANCAKE_TIMER_H
#ifndef WAFFLE_TIMER_H
#define WAFFLE_TIMER_H

#include <chrono>
#include <math.h>
Expand Down Expand Up @@ -39,4 +39,4 @@ unsigned long long rdtscuhz(void) {
return (unsigned long long) freq;
}

#endif //PANCAKE_TIMER_H
#endif //WAFFLE_TIMER_H
Binary file modified waffleClient/bin/proxy_benchmark
Binary file not shown.
Binary file modified waffleClient/bin/proxy_server
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,16 @@ iterator
-
algorithm
-
sys/stat.h
-
iostream
-
chrono
-
math.h
-
unistd.h
../benchmark/../proxy/src/unistd.h
proxy.h
../benchmark/../proxy/src/proxy.h
util.h
Expand Down Expand Up @@ -613,8 +621,16 @@ iterator
-
algorithm
-
sys/stat.h
-
iostream
-
chrono
-
math.h
-
unistd.h
/home/avishekde/Desktop/Sharath_Waffle/waffle_final/waffle_test/waffleClient/proxy/src/unistd.h
proxy.h
/home/avishekde/Desktop/Sharath_Waffle/waffle_final/waffle_test/waffleClient/proxy/src/proxy.h
util.h
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,16 @@ iterator
-
algorithm
-
sys/stat.h
-
iostream
-
chrono
-
math.h
-
unistd.h
../server/../proxy/src/unistd.h
proxy.h
../server/../proxy/src/proxy.h
util.h
Expand Down Expand Up @@ -409,8 +417,16 @@ iterator
-
algorithm
-
sys/stat.h
-
iostream
-
chrono
-
math.h
-
unistd.h
/home/avishekde/Desktop/Sharath_Waffle/waffle_final/waffle_test/waffleClient/proxy/src/unistd.h
proxy.h
/home/avishekde/Desktop/Sharath_Waffle/waffle_final/waffle_test/waffleClient/proxy/src/proxy.h
util.h
Expand Down
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit cdf4f23

Please sign in to comment.