writeAllMapsMemoryUsage()

Synopsis

Writes memory usage statistics for all defined maps to the specified filename. Optionally includes keys.

A "map" data structure is sometimes referred to as a "hash table" or "lookup table" and is created with defineMap().

Syntax

writeAllMapsMemoryUsage ( filename As String, _
                          Optional includeKeys? As Boolean = False ) As Boolean 
Argument Type Description
filename string The path to the file to be created and written to.
inlcudeKeys? Boolean Optional; if True , writes keys for each map to the output; default is False