I've been developing on Mac before, but recently started using
Visual C++ (VS12). I was wondering if there's any tool in VS that tells you
how much time in seconds a specific function call took?
Ofcourse, I could do this by using a Time/Tick class and print out the time,,
but I was wanted to know if VS has a built-in tool for that..