What is a flat profile? What is a call graph?

What will be an ideal response?

The flat file output shows the percentage of the total amount of time your program spends in each function, total time spent in each function, the time spent in itself, the number of calls made to each function and the time taken by each function call.
The call graph shows the percentage of the total time take by each function, the amount of time taken by each function and its children, the number of time each function is called by other functions and the number of times it calls other functions.

Computer Science & Information Technology

You might also like to view...

When sending an email, you can enter a recipient's name or email address in the ____________________ box.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) ____ is a collection of one or more program statements combined to perform some action.

A. class B. object C. method D. field

Computer Science & Information Technology