Topic: execution profile
| |
Reference
Spivey, J.M.,
"Fast, accurate call graph profiling",
Software-Practice and Experience, 34, pp. 249-264, March 2004.
Google
Notes
U.K. and U.S. patent applications
Quotations
250 ;;Quote: gprof estimates child time from call frequency; inaccurate for functional programs, common design patterns in object-oriented programs, and mutual recursion
| 251 ;;Quote: log the call context for execution profiling; record the contexts (i.e., active subroutines) and the time spent in each context
| 258 ;;Quote: aprof has the same overhead as gprof; both about twice as slow
|
Related Topics
Topic: execution profile (43 items)
|