ij-16.png   inspectorJ -- JavaTM Profiler
sf project site browse source checkout source
SourceForge.net Logo



MethodInfo Struct Reference

List of all members.

Detailed Description

Data structure to hold method information.

Definition at line 53 of file inspectorjagent.cpp.

Public Attributes

const char * name
 Method name.
const char * signature
 Method signature.
int calls
 Method call count.
int returns
 Method return count.


Member Data Documentation

const char* MethodInfo::name

Method name.

Definition at line 54 of file inspectorjagent.cpp.

Referenced by cbVMDeath(), INSPECTORJ_native_entry(), INSPECTORJ_native_exit(), and mnum_callbacks().

const char* MethodInfo::signature

Method signature.

Definition at line 55 of file inspectorjagent.cpp.

Referenced by cbVMDeath().

int MethodInfo::calls

Method call count.

Definition at line 56 of file inspectorjagent.cpp.

Referenced by cbVMDeath(), INSPECTORJ_native_entry(), and method_compar().

int MethodInfo::returns

Method return count.

Definition at line 57 of file inspectorjagent.cpp.

Referenced by cbVMDeath(), and INSPECTORJ_native_exit().


The documentation for this struct was generated from the following file:
Generated on Sun Aug 19 17:08:09 2007 for inspectorJ by  doxygen 1.5.1