How can i find my C/C++ program execution time.

Status
Not open for further replies.

sagar474

Full Member level 5
Joined
Oct 18, 2009
Messages
285
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,318
Location
India,kakinada
Activity points
3,122
How can i find my C/C++ program execution time.

for example

Code:
int main()
{
printf("Hello!, world!");

return 0;
}

Is it possible to find how much time dose it take to execute the program ?
is there any tool in visual c++ debugger
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…