profiling tool for visual studio 2010?

In Mac, you have a profiling tool with Xcode, so you only need to run your project under profiling mode, and you can see all of your function with it’s time-run
I need to know what is my function which call so much and run with most time on Android.
I use visual studio 2010 to code with win32-cocos project, and use cygwin to build for android.
So i need to profiling on visual studio 2010
I try AmdCodeAnalyst, but it require .exe, andwin32-cocos don’t give me a .exe after build.
Does it have a simple tool to do it?
Thanks for read.