Merge: String Stats
authorJean Privat <jean@pryen.org>
Wed, 9 Sep 2015 15:04:12 +0000 (11:04 -0400)
committerJean Privat <jean@pryen.org>
Wed, 9 Sep 2015 15:04:12 +0000 (11:04 -0400)
Introducing a statistics module for Text variants usage which keeps trace of the accesses and allocations of Texts in a program.

It works in a similar way to `array_debug` or `hash_debug`, and prints statistics after the execution of a module.

Pull-Request: #1682
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge