McqMate
| Q. |
Which compiling option can be used for finding which part of the program is consuming most of the processing time? |
| A. | -f |
| B. | -g |
| C. | -p |
| D. | -c |
| Answer» C. -p | |
| Explanation: the -p instructs the compiler to produce codes which count the number of times each routine is called and this is useful for finding the processing time of the programs. | |
View all MCQs in
Embedded and Real Time SystemNo comments yet