Talk sometiming about profiling?

Showing Answers 1 - 3 of 3 Answers

Santanu Dutta

  • Oct 26th, 2005
 

The process of generating a statistical analysis of a program that shows processor time and the percentage of program execution time used by each procedure in the program.

  Was this answer useful?  Yes

prasad

  • Mar 11th, 2006
 

Profiling means performance measurement.Usually in analysis and design of algorithms we use term profiling.Profiling gives actual time taken by the system to execute the algorithm and sizeof the algorithms.

  Was this answer useful?  Yes

zdmytriv

  • Jan 24th, 2008
 

A profiling is a performance analysis tool that measures the behavior of a program as it runs, particularly the frequency and duration of function calls.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions