Home | Trees | Indices | Help |
---|
|
object --+ | call_counts_object
Track caller->callee call counts.
This object represents the list of functions another function calls (a list of "callees"). There is a seperate call_counts_object create for each function being profiled.
This contains an array of call_count_element structures. Each element contains the "callee" and the number of times it was called.
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Get the callee data as a tuple. Each element in the tuple is a tuple (callee, count) where callee is a function object. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 16 18:06:44 2012 | http://epydoc.sourceforge.net |