lib/core: Renamed `Text::bytelen` to `Text::byte_length`
[nit.git] / tests / sav / test_text_stat.res
1 Hello world !
2 Usage of Strings:
3
4 Allocations, by type:
5                 
6         -UnicodeFlatString = 0
7         -ASCIIFlatString = 30
8         -FlatBuffer = 2
9         -Concat = 0
10         -RopeBuffer = 0
11
12 Calls to length, by type:
13         FlatString = 19
14 Indexed accesses, by type:
15 Calls to byte_length for each type:
16         FlatString = 48
17 Calls to position for each type:
18 Calls to bytepos for each type:
19 Calls to first_byte on FlatString 50
20 Calls to last_byte on FlatString 10
21 Length of travel for index distribution:
22 Byte length of the FlatStrings created: