37 Components.utils.import(
"resource://app/jsmodules/sbProperties.jsm");
39 var
array = newGuidArray(library);
40 array.addSort(SBProperties.artistName,
true);
41 array.addSort(SBProperties.albumName,
true);
42 array.addSort(SBProperties.trackName,
true);
46 array.getGuidByIndex(0);
47 array.getGuidByIndex(array.length / 2);
48 array.getGuidByIndex(array.length - 1);
function perfTest(library, timer)
function runTest()
Test file.
function runPerfTest(aName, aTestFunc)