Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Datafield Pin
Maxwell Chen8-May-06 17:39
Maxwell Chen8-May-06 17:39 
AnswerRe: Datafield Pin
Stephen Hewitt8-May-06 18:58
Stephen Hewitt8-May-06 18:58 
Questioncalculate the time taken for a process.. Pin
makaveli_078-May-06 15:57
makaveli_078-May-06 15:57 
AnswerRe: calculate the time taken for a process.. Pin
Stephen Hewitt8-May-06 15:58
Stephen Hewitt8-May-06 15:58 
GeneralRe: calculate the time taken for a process.. Pin
makaveli_078-May-06 16:12
makaveli_078-May-06 16:12 
GeneralRe: calculate the time taken for a process.. Pin
Stephen Hewitt8-May-06 16:13
Stephen Hewitt8-May-06 16:13 
AnswerRe: calculate the time taken for a process.. Pin
_AnsHUMAN_ 8-May-06 17:31
_AnsHUMAN_ 8-May-06 17:31 
AnswerRe: calculate the time taken for a process.. Pin
Naveen8-May-06 17:32
Naveen8-May-06 17:32 
use GetTickCount() function.

Call the function at the begining of the process and at the end of the process.
Take the difference..
It will return the time taken by the process

Another way is to enable the profil.. in the VC++ IDE...

nave
GeneralRe: calculate the time taken for a process.. Pin
makaveli_078-May-06 17:39
makaveli_078-May-06 17:39 
AnswerRe: calculate the time taken for a process.. Pin
makaveli_078-May-06 17:43
makaveli_078-May-06 17:43 
GeneralRe: calculate the time taken for a process.. Pin
Naveen8-May-06 18:03
Naveen8-May-06 18:03 
GeneralRe: calculate the time taken for a process.. Pin
makaveli_078-May-06 19:52
makaveli_078-May-06 19:52 
GeneralRe: calculate the time taken for a process.. Pin
Maxwell Chen8-May-06 19:59
Maxwell Chen8-May-06 19:59 
QuestionRe: calculate the time taken for a process.. Pin
Naveen8-May-06 20:44
Naveen8-May-06 20:44 
AnswerRe: calculate the time taken for a process.. Pin
Nibu babu thomas8-May-06 20:46
Nibu babu thomas8-May-06 20:46 
GeneralRe: calculate the time taken for a process.. Pin
Maxwell Chen8-May-06 21:19
Maxwell Chen8-May-06 21:19 
GeneralRe: calculate the time taken for a process.. Pin
Nibu babu thomas8-May-06 21:24
Nibu babu thomas8-May-06 21:24 
GeneralRe: calculate the time taken for a process.. Pin
Maxwell Chen8-May-06 22:02
Maxwell Chen8-May-06 22:02 
GeneralRe: calculate the time taken for a process.. Pin
Nibu babu thomas8-May-06 23:59
Nibu babu thomas8-May-06 23:59 
GeneralRe: calculate the time taken for a process.. Pin
Maxwell Chen9-May-06 0:40
Maxwell Chen9-May-06 0:40 
Questionowner draw menu Pin
zuma778-May-06 14:17
zuma778-May-06 14:17 
Question[MFC] TextBox Pin
torNAdE8-May-06 13:51
torNAdE8-May-06 13:51 
AnswerRe: [MFC] TextBox Pin
georgeraafat8-May-06 15:48
georgeraafat8-May-06 15:48 
GeneralRe: [MFC] TextBox Pin
led mike8-May-06 15:51
led mike8-May-06 15:51 
GeneralRe: [MFC] TextBox Pin
georgeraafat8-May-06 18:07
georgeraafat8-May-06 18:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.