Please help me on the following query!!
Can we measure the size of functions in a C program???
|
Team Leader
|
![]() |
| 22Aug2007,10:54 | #2 |
|
You can examine the emitted machine or assembly code.
|
|
Go4Expert Founder
|
![]() |
| 22Aug2007,10:55 | #3 |
|
I am not sure what you are trying to measure but as far I can see the measure should be the time and you can do that.
|
|
Go4Expert Member
|
![]() |
| 22Aug2007,11:21 | #4 |
|
What u want to measure?????????
More clearance needed.............. |
|
Team Leader
|
![]() |
| 22Aug2007,12:04 | #5 |
|
There's a correlation between code size and execution time, but it is not a directly proportional thing.
|



