TileContentDecodingStatistics Interface

As part of a TileRequestChannelStatistics, summarizes cumulative time spent decoding tile content. For each Tile, the time elapsed between receiving the raw tile content (e.g., over the network) and converting it to a TileContent via Tile.readContent is recorded. All times are reported in milliseconds.

Properties

Name Type Description
max number The longest amount of time, in milliseconds, spent decoding any single tile's content.  
mean number The mean (average) number of milliseconds spent decoding content.  
min number The shortest amount of time, in milliseconds, spent decoding any single tile's content.  
total number The total number of milliseconds spent decoding content.  

Defined in

Last Updated: 28 March, 2024