What is meant by code profiling?



What is meant by code profiling?..

Answer / Ganesh Datt Tripathi

Code profiling refers to the process of collecting information about how long specific parts of a program or function take to execute, how many times they are called, and other performance-related metrics. This helps in optimizing code for better efficiency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What about products that claim to detect malicious applets? : java security

1 Answers  


Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?

1 Answers  


What is a jvm?

1 Answers  


What is flatmap in java8?

1 Answers  


program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?

1 Answers   St. Pauls University,


hibernate3.jar file contain 7 dependency jar files what is that ?

1 Answers  


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?

1 Answers  


What is interceptors in java?

1 Answers  


What is a driver in java?

1 Answers  


Please tell what are frames,pannel,container,jframe,jpannel and what are there relation?

1 Answers   TCS,


How do I start netbeans?

1 Answers  


Which version of my browser should I use? : java security

1 Answers  


Categories