diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-30 16:05:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-30 16:05:46 -0400 |
commit | 4c1493a5ec7b48170e5edce24ccebdf925c62a17 (patch) | |
tree | 81dbcf6efb2eef9d77a80b674906c039fad4ff4b /include/shell.h | |
parent | 81a87ac139e26b1746c0370a4453bf5938e8eba9 (diff) | |
download | spmc-4c1493a5ec7b48170e5edce24ccebdf925c62a17.tar.gz |
Fix shell command benchmarking
Diffstat (limited to 'include/shell.h')
-rw-r--r-- | include/shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/shell.h b/include/shell.h index 44637e7..8b322cd 100644 --- a/include/shell.h +++ b/include/shell.h @@ -10,7 +10,6 @@ #define SHELL_BENCHMARK 1 << 2 typedef struct { - struct timespec start_time, stop_time; double time_elapsed; int returncode; char *output; |