i have to calculate the time of call in a prog.
but i dont know how can i calculate the clock time on execution.
will anybody plzzzzzzzz hlp me?
bsse007 -3 Light Poster
Recommended Answers
Jump to PostI am not sure what you are asking exactly, but I'll take a stab at it, say you
want to measure the time it takes for a specific part of your program to execute.To get better results, you might want to use QueryPerformanceCounter, rather than clock. But I'll …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.