#include <appdynamics.h>
Public Member Functions | |
| virtual | ~CallGraphElement ()=default |
| virtual CallGraphElement & | add_child (const std::string &class_name, const std::string &method_name, const std::string &file_path, int32_t line_number, int32_t time_msec, appd_frame_type frame_type)=0 |
| virtual CallGraphElement & | add_exit_call (appd_exitcall_handle exit_call, int32_t time_msec)=0 |
Protected Member Functions | |
| CallGraphElement ()=default | |
| CallGraphElement (const CallGraphElement &)=delete | |
| CallGraphElement & | operator= (const CallGraphElement &)=delete |
A call graph element.
A member of the CallGraph tree.
|
protecteddefault |
|
protecteddelete |
|
virtualdefault |
|
pure virtual |
| time_msec | The time in milliseconds for the execution of this method. |
| class_name | |
| method_name | |
| file_path | |
| line_number | |
| frame_type | For the other parameters see the "Frame" class. |
|
pure virtual |
|
protecteddelete |