Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 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
/* this procedure counts up and displays the number of nets with less than a certain
17
 
18
 threshold number of nodes actually in use in the named list. */
19
 
20
extern void count_nets_with_few_nodes (int limit);