Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Vanecek committed Apr 12, 2024
1 parent 4558430 commit 49721d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/dynamic_overhead.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <iostream>
#include <chrono>
#include <unistd.h>
#include <cstdio.h>

#include "sys-sage.hpp"

Expand Down Expand Up @@ -56,7 +55,6 @@ int main(int argc, char *argv[])
n->UpdateL3Partitioning();
t_end = std::chrono::high_resolution_clock::now();
usleep(100000);
int remove("/var/lock/libpqos");
usleep(100000);
if(i>=REPEATS_START_SKIP)
cout << "outside, " << t_end.time_since_epoch().count()-t_start.time_since_epoch().count() << endl;
Expand Down

0 comments on commit 49721d0

Please sign in to comment.