map_perf.js
No description.

File Location

/goog/labs/structs/map_perf.js


Public Protected Private

Global Functions

goog.labs.structs.mapPerf.fillMap(mapnumKeys)
Fills the given map with generated key-value pair.
Arguments:
map : mapPerf.MapType
The map to fill.
numKeys : number
The number of key-value pair to fill.
code »
goog.labs.structs.mapPerf.primeMapWithDeletion(map) mapPerf.MapType
Primes the given map with deletion of keys.
Arguments:
map : mapPerf.MapType
The map to prime.
Returns: mapPerf.MapType  The primed map (for chaining).
code »
goog.labs.structs.mapPerf.runPerformanceTestForMapGet(mapmessage)
Runs performance test for Map#get with the given map.
Arguments:
map : mapPerf.MapType
The map to stress.
message : string
Message to be put in performance table.
code »
goog.labs.structs.mapPerf.runPerformanceTestForMapSet(mapmessage)
Runs performance test for Map#set with the given map.
Arguments:
map : mapPerf.MapType
The map to stress.
message : string
Message to be put in performance table.
code »

Global Variables

function%27 :
No description.
Code »
function%28 :
No description.
Code »
function%29 :
No description.
Code »
function%30 :
No description.
Code »
function%31 :
No description.
Code »
function%32 :
No description.
Code »
function%33 :
No description.
Code »

Directory structs

File Reference