We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356f1a7 commit 05d9d05Copy full SHA for 05d9d05
programs/lock_fill_bucket/lock_fill_bucket.cpp
@@ -75,7 +75,7 @@ int main(int argc, char *argv[]) {
75
pthread_join(tids[i], NULL);
76
}
77
78
- dummy_instr_start();
+ dummy_instr_end();
79
80
/*long sum = 0;
81
for(int i = 0; i < num_buckets; i++) {
0 commit comments