summaryrefslogtreecommitdiff
path: root/include/counter.h
blob: 9c411ddd9159dfcb73553bc33814525195443539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _COUNTER_H
#define _COUNTER_H

extern unsigned long num_kratpoly_sgn_at;
extern unsigned long num_kratpoly_exact_sgn_at;
extern unsigned long num_root1_isolate;
extern unsigned long num_root1_exact_isolate;
extern unsigned long num_kpoint1d_get_pts;
extern unsigned long num_kpoint2d_get_pts;
extern unsigned long num_ksolid_boolean;

#endif