Can we measure the ratio of time it takes to run a program natively and under Valgrind?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
man time:
So, something like:
This will give you the total, user and system times for that command to complete. You can then do the calculation yourself. |
|||||
|
|
I suggest you :
then
And some basic calculation ;) my2c |
|||
|
|