SpiceQA
Questions
Tags
Users
Badges
microbenchmark
62 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Measure elapsed time in C?
user_8048699
0
•
asked Jul 30, 2020
3
2
528
microbenchmark
timing
benchmarking
time
c
Cpp uint32_fast_t resolves to uint64_t but is slower for nearly all operations than a uint32_t (x86_64). Why does it resolve to uint64_t?
user_11322131
0
•
asked Jul 23, 2020
3
0
178
microbenchmark
abi
x86-64
c++
types
Why my performance benchmark gives me wrong results?
user_7334162
0
•
asked May 28, 2020
4
2
360
microbenchmark
stdstring
c++
How can I effectively time the execution of a function that's only a few cycles long?
user_7619260
0
•
asked May 27, 2020
2
2
103
intrinsics
microbenchmark
benchmarking
sse
c
Why is substr-lvalue faster than four-arg substr?
user_124486
0
•
asked May 8, 2020
4
2
184
microbenchmark
substr
perl
Why is repeat, while and for so slow to start up?
user_1548942
0
•
asked May 5, 2020
4
0
112
microbenchmark
r
loops
performance
Google benchmark with command line args. Writing my own main function?
user_11074646
0
•
asked Mar 17, 2020
7
2
1147
google-benchmark
microbenchmark
benchmarking
c++
Is there a way to simulate cache locality when benchmarking?
user_12087655
0
•
asked Mar 15, 2020
2
1
205
microbenchmark
x86-64
benchmarking
cpu-cache
c++
Why does adding an xorps instruction make this function using cvtsi2ss and addss ~5x faster?
user_641507
0
•
asked Mar 14, 2020
8
1
490
microbenchmark
x86-64
clang
sse
cpu-architecture
How suitable are Github Actions to run benchmarks, such as JMH?
user_1140754
0
•
asked Mar 12, 2020
3
0
172
jmh
github-actions
microbenchmark
github
Prev
Prev
3
4
(current)
5
6
7
Next
Next
Hot Questions