Is this normal to get different results each time I execute my code?
I've written a small piece of code and whenever I run it, I get different results. Say I call two different functions in my code, sometime's the cost of Func1 is 44%, Func2 is 25%, sometimes it's 38%, 33% respectively!
What should I do to get more accurate results?