Class CallGraphStats
java.lang.Object
com.ibm.wala.ipa.callgraph.CallGraphStats
Collect basic call graph statistics
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<MethodReference> Walk the call graph and return the set of MethodReferences that appear in the graph.static intstatic CallGraphStats.CGStatsgetCGStats(CallGraph cg) static String
-
Constructor Details
-
CallGraphStats
public CallGraphStats()
-
-
Method Details
-
getCGStats
-
getStats
- Throws:
IllegalArgumentException- if cg is null
-
countBytecodeBytes
- Returns:
- the number of bytecode bytes
- Throws:
IllegalArgumentException- if cg is null
-
collectMethods
Walk the call graph and return the set of MethodReferences that appear in the graph.- Returns:
- a set of MethodReferences
- Throws:
IllegalArgumentException- if cg is null
-