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



ClassInfo Struct Reference

Collaboration diagram for ClassInfo:

Collaboration graph
[legend]
List of all members.

Detailed Description

Data structure to hold class information.

Definition at line 61 of file inspectorjagent.cpp.

Public Attributes

const char * name
 Class name.
int mcount
 Method count.
MethodInfomethods
 Method information.
int calls
 Method call count for this class.


Member Data Documentation

const char* ClassInfo::name

Class name.

Definition at line 62 of file inspectorjagent.cpp.

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

int ClassInfo::mcount

Method count.

Definition at line 63 of file inspectorjagent.cpp.

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

MethodInfo* ClassInfo::methods

Method information.

Definition at line 64 of file inspectorjagent.cpp.

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

int ClassInfo::calls

Method call count for this class.

Definition at line 65 of file inspectorjagent.cpp.

Referenced by cbClassFileLoadHook(), cbVMDeath(), class_compar(), INSPECTORJ_native_entry(), and mnum_callbacks().


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