1.

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) -cThe question was posed to me in an online quiz.I need to ask this question from The Compilation Process-II topic in portion Writing Software for Embedded Systems of Embedded Systems

Answer»

Right OPTION is (c) -P

To elaborate: 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.



Discussion

No Comment Found

Related InterviewSolutions