Science Fair Projects Ideas - Profiler (computer science)

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Profiler (computer science)

In computer programming, a profiler is a computer program that can track the performance of another program by checking informations collected while the code is executed . A profiler can identify the time used by or frequency of use of various portions of a the second program. Typically this information is used to identify those portions of the second program that consume the most time. These time consuming parts are then targeted for optimization. Also a profiler can be useful for debugging. Like a debugger, it is often used with a front-end (front-ends to profilers are more specific to each profiler).

Profilers vary in accuracy and specificity. Some profilers operate by Sampling (statistics). A sampling profiler probes the second program at regular intervals and notes the current location in the second program. Sampling profiles are typically less accurate and specific, but allow the second program to run at near full speed. Some profilers instrument the second program with additional instructions to collect the required information. Instrumenting the program can cause changes in the performance of the program, causing inaccurate results. Instrumenting can potentially be very specific but slows down the second program as more specific information is collected.

It is common for computer programmers to "hand profile" software, typically by hand instrumenting their software.

Contents

Examples of profilers

Open-source

under Linux/Unix

  • gprof The GNU Profiler, part of GNU Binutils (which are part of the GNU project); you can use some visualisation tools called VCG tools and combine both of them using Call Graph Drawing Interface (CGDI); a second solution is kprof. More for C/C++ but works well for other languages.
  • FunctionCheck is a profiler that was created "because the well known profiler gprof have some limitations". using special GCC tricks. kprof is a front-end. For C++/C.
  • Valgrind is a GPL'd system for debugging and profiling x86-Linux programs. You can automatically detect many memory management and threading bugs. alleyoop is a front-end for valgrind. It works for any language and the assembler.

Proprietary

under Windows

  • glowcode excellent profiler for windows (the current version is 21 days full-featured free of charge trial)
Last updated: 05-25-2005 00:48:26
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice