Subversion Repositories Vertical

Rev

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

Rev Author Line No. Line
11 mjames 1
/*
2 mjames 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
 
11 mjames 14
extern int count_paths(char * skt_name);
2 mjames 15
 
11 mjames 16
 
17
 
2 mjames 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
 
11 mjames 22
extern void count_nets_with_few_nodes(int limit);
23