1.

________ is a systematic way to examine how much time is spent in different parts of a program.(a) Profiling(b) Monitoring(c) Logging(d) DebuggingThe question was posed to me in a national level competition.Query is from R Profiler topic in section Profiling, Simulation and Data Analysis of R Programming

Answer»

The correct OPTION is (a) Profiling

To elaborate: Sometimes profiling BECOMES necessary as a project grows and layers of CODE are placed on TOP of each other.



Discussion

No Comment Found

Related InterviewSolutions