|
|
|
|
|
by silvestrov
1389 days ago
|
|
My point is that the context of the function can invalidate a microbenchmark completely. If you only call this function once in a while, then the context is more important than the function. You can only ignore the context when you do video decoding or matrix inversion or similar "context free" long running code. |
|