Subversion Repositories Vertical

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * $Id: statistics.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
  3.  *
  4.  * $Log: statistics.h,v $
  5.  * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
  6.  * Imported into local repositrory
  7.  *
  8.  * Revision 1.3  2001/10/31 22:20:18  mjames
  9.  * Tidying up problematical comments caused by CVS
  10.  * 'intelligent' comment guessing
  11.  *
  12.  */
  13.  
  14. extern int count_paths(char * skt_name);
  15.  
  16.  
  17.  
  18. /* this procedure counts up and displays the number of nets with less than a certain
  19.  
  20.  threshold number of nodes actually in use in the named list. */
  21.  
  22. extern void count_nets_with_few_nodes(int limit);
  23.  
  24.