summaryrefslogtreecommitdiff
path: root/geom_bottleneck/bottleneck/include/def_debug_bt.h
diff options
context:
space:
mode:
authorArnur Nigmetov <a.nigmetov@gmail.com>2017-04-24 17:12:46 +0200
committerArnur Nigmetov <a.nigmetov@gmail.com>2017-04-24 17:12:46 +0200
commitad723189c90c37ffdba34c2db5c764ceb2192086 (patch)
tree03b976b2c47812087534a4a18cb17a1f69c778b7 /geom_bottleneck/bottleneck/include/def_debug_bt.h
parent24549c23156d612be2859583489f155bf8567008 (diff)
Verbose timing for bottleneck added
Timing info is printed, if VERBOSE_BOTTLENECK is #defined in def_debug_bt.h.
Diffstat (limited to 'geom_bottleneck/bottleneck/include/def_debug_bt.h')
-rw-r--r--geom_bottleneck/bottleneck/include/def_debug_bt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/geom_bottleneck/bottleneck/include/def_debug_bt.h b/geom_bottleneck/bottleneck/include/def_debug_bt.h
index 60f834e..888ded6 100644
--- a/geom_bottleneck/bottleneck/include/def_debug_bt.h
+++ b/geom_bottleneck/bottleneck/include/def_debug_bt.h
@@ -29,5 +29,6 @@
// for R package TDA, to comply with some CRAN rules
// like no usage of cout, cerr, cin, exit, etc.
//#define FOR_R_TDA
+//#define VERBOSE_BOTTLENECK
#endif