harpoon.Analysis.PA2
Class Stats

java.lang.Object
  extended by harpoon.Analysis.PA2.Stats

public class Stats
extends Object

Stats

Version:
$Id: Stats.java,v 1.3 2005/10/05 16:18:53 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@alum.mit.edu>

Constructor Summary
Stats()
           
 
Method Summary
static List<HMethod> analyzedMethods()
           
static List<jpaul.Graphs.SCComponent<HMethod>> analyzedSCCs()
           
static void clear()
           
static void printStats(int maxMethods, int maxSCCs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stats

public Stats()
Method Detail

analyzedMethods

public static List<HMethod> analyzedMethods()

analyzedSCCs

public static List<jpaul.Graphs.SCComponent<HMethod>> analyzedSCCs()

clear

public static void clear()

printStats

public static void printStats(int maxMethods,
                              int maxSCCs)