Saved Bookmarks
| 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) Debugging |
|
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. |
|