head_localdatabaselibraryperf.js File Reference

Go to the source code of this file.

Functions

function runPerfTest (aName, aTestFunc)
 
function getLibrary ()
 
function Timer ()
 

Variables

var SB_NS = "http://songbirdnest.com/data/1.0#"
 Some globally useful stuff for the local database library tests. More...
 
var dbe
 
var localeCollationPreviouslyEnabled = dbe.localeCollationEnabled
 
dbe localeCollationEnabled = true
 
Timer prototype
 

Function Documentation

function getLibrary ( )

Definition at line 71 of file head_localdatabaselibraryperf.js.

Here is the caller graph for this function:

function runPerfTest (   aName,
  aTestFunc 
)

Definition at line 40 of file head_localdatabaselibraryperf.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function Timer ( )

Definition at line 97 of file head_localdatabaselibraryperf.js.

Here is the caller graph for this function:

Variable Documentation

var dbe
Initial value:
= Cc["@songbirdnest.com/Songbird/DatabaseEngine;1"]
.getService(Ci.sbIDatabaseEngine)
const Cc
const Ci

Definition at line 34 of file head_localdatabaselibraryperf.js.

dbe localeCollationEnabled = true

Definition at line 37 of file head_localdatabaselibraryperf.js.

var localeCollationPreviouslyEnabled = dbe.localeCollationEnabled

Definition at line 36 of file head_localdatabaselibraryperf.js.

Timer prototype

Definition at line 100 of file head_localdatabaselibraryperf.js.

var SB_NS = "http://songbirdnest.com/data/1.0#"

Some globally useful stuff for the local database library tests.

Definition at line 31 of file head_localdatabaselibraryperf.js.