| | |
Execution time
Please support our C advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Feb 2006
Posts: 50
Reputation:
Solved Threads: 5
•
•
•
•
Originally Posted by Bench
unless you're running a prehistoric computer, 10000 is nothingyou want to be thinking in terms of millions if you wish to obtain a calculatable time difference.
>i guess printf doest take a lot of processing 
printf doesn't do much internal processing, despite the length of the code for it.
The performance hits come from writing to an external device, which is extremely slow when compared to the simple internal data movement of a sort.

printf doesn't do much internal processing, despite the length of the code for it.
The performance hits come from writing to an external device, which is extremely slow when compared to the simple internal data movement of a sort. I'm here to prove you wrong.
![]() |
Similar Threads
- how to find execution time milliseconds (C)
- Very Very Urgent...Need Code for Calculating Execution Time For Jsp Page (JSP)
- Maximum execution time exceeded. (PHP)
- Execution time(plz Help) (Shell Scripting)
- calculate the execution time of a program (C)
Other Threads in the C Forum
- Previous Thread: comparing strings (newbie question)
- Next Thread: help
| Thread Tools | Search this Thread |
#include adobe ansi array arrays asterisks binarysearch calculate centimeter changingto char convert copyimagefile cprogramme creafecopyofanytypeoffileinc database directory dynamic fflush file fork forloop framework getlasterror givemetehcodez grade graphics gtkgcurlcompiling hacking hardware highest histogram inches include incrementoperators input iso kernel km linked linkedlist linux linuxsegmentationfault list lists locate logical_drives looping loopinsideloop. lowest match matrix microsoft motherboard multi mysql number opendocumentformat opensource owf pattern pdf performance pointer posix probleminc process program programming radix recursion recv repetition research reversing scanf scheduling scripting segmentationfault sequential shape socket socketprograming stack standard string strings structures systemcall testautomation testing threads turboc unix user variable voidmain() wab windows.h windowsapi




. 

you want to be thinking in terms of millions if you wish to obtain a calculatable time difference.
