#include "basic-r-tree.h"#include <limits>#include <sys/times.h>Include dependency graph for RTGS.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | RTGS_tree< base_tree > |
Defines | |
| #define | _TIMINGS |
| #define | _DEF_SR 0.5 |
| #define | _EVALUATE_ALL |
Variables | |
| tms | RTIMING |
| clock_t | RTIMER |
| clock_t | Rintertimer |
| clock_t | Rintertimersum = 0 |
| #define _DEF_SR 0.5 |
Default sampling rate
Definition at line 21 of file RTGS.h.
Referenced by RTGS_tree< base_tree >::RTGS_tree().
| #define _EVALUATE_ALL |
| #define _TIMINGS |
Enable this flag if we want specific timings
Definition at line 18 of file RTGS.h.
Referenced by TGS_tree< base_tree >::BestBinarySplit(), and RTGS_tree< base_tree >::BestBinarySplit().
| clock_t Rintertimer |
| clock_t Rintertimersum = 0 |
Definition at line 35 of file RTGS.h.
Referenced by RTGS_tree< base_tree >::BestBinarySplit(), and RTGS_tree< base_tree >::bulkLoad().
| clock_t RTIMER |
| struct tms RTIMING |
Definition at line 32 of file RTGS.h.
Referenced by RTGS_tree< base_tree >::BestBinarySplit(), and RTGS_tree< base_tree >::bulkLoad().
1.5.2