rbtree: add prio tree and interval tree tests
[deliverable/linux.git] / lib / Kconfig.debug
index a4e5d93b0f4125235a1170a919d59c4c8855e54c..ee9f030b69518d093d3866bf0fbdf2676b45c363 100644 (file)
@@ -1289,6 +1289,18 @@ config RBTREE_TEST
          A benchmark measuring the performance of the rbtree library.
          Also includes rbtree invariant checks.
 
+config PRIO_TREE_TEST
+       tristate "Prio tree test"
+       depends on m && DEBUG_KERNEL
+       help
+         A benchmark measuring the performance of the prio tree library
+
+config INTERVAL_TREE_TEST
+       tristate "Interval tree test"
+       depends on m && DEBUG_KERNEL
+       help
+         A benchmark measuring the performance of the interval tree library
+
 config PROVIDE_OHCI1394_DMA_INIT
        bool "Remote debugging over FireWire early on boot"
        depends on PCI && X86
This page took 0.11853 seconds and 5 git commands to generate.