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)
commita55d7d1c1299dca349c335f5bfa84bb717b3cc98
tree2bf5ac259ec13d961c99b68ea3b0138b40a8f8ca
parent676ba9ddf716edda34a2b1b60ddc3da32782c9d9
parentf2eb2c5440e3115bea3d15da960b78696d97c52d
Merge: String Stats

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>