diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-17 14:32:31 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-17 14:32:31 +0200 |
commit | 8a285f9058eae3dd9d832c5f76b1045cbb457782 (patch) | |
tree | b49793f647ac48275964a6dc01a22c8410aef8f7 /SCAN-SSA/host/app.c | |
parent | 7ffa474dbfea31c95d8e28b13595633a10e62462 (diff) |
SCAN-SSA: remove a superfluous timer start call
Diffstat (limited to 'SCAN-SSA/host/app.c')
-rw-r--r-- | SCAN-SSA/host/app.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SCAN-SSA/host/app.c b/SCAN-SSA/host/app.c index 2dfe32c..2cc8af7 100644 --- a/SCAN-SSA/host/app.c +++ b/SCAN-SSA/host/app.c @@ -158,8 +158,6 @@ int main(int argc, char **argv) { i = 0; accum = 0; - if(rep >= p.n_warmup) - start(&timer, 3, rep - p.n_warmup); // PARALLEL RETRIEVE TRANSFER dpu_results_t* results_retrieve[nr_of_dpus]; |