fix(google_benchmark): dont start and stop valgrind twice#38
fix(google_benchmark): dont start and stop valgrind twice#38not-matthias merged 1 commit intomainfrom
Conversation
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
GuillaumeLagrange
left a comment
There was a problem hiding this comment.
This is handled by the iterator impl right ?
Could you add a tiny bit more context as to what this fixes and why we're fixing this ?
yes, we're already starting/stopping in the
The main issue is that in simulation mode, we were calling I believe we should remove it just to prevent errors later on, in case we're extending the valgrind implementation or when reusing it for memory profiling for example. |
No description provided.