/**@class android.os.PerformanceCollectorTest
@extends TestCase

*/
var PerformanceCollectorTest = {

/**
*/
testBeginSnapshotNoWriter : function(  ) {},

/**
*/
testEndSnapshotNoWriter : function(  ) {},

/**
*/
testStartTimingNoWriter : function(  ) {},

/**
*/
testAddIterationNoWriter : function(  ) {},

/**
*/
testStopTimingNoWriter : function(  ) {},

/**
*/
testBeginSnapshot : function(  ) {},

/**
*/
testEndSnapshot : function(  ) {},

/**
*/
testStartTiming : function(  ) {},

/**
*/
testAddIteration : function(  ) {},

/**
*/
testStopTiming : function(  ) {},

/**
*/
testAddMeasurementLong : function(  ) {},

/**
*/
testAddMeasurementFloat : function(  ) {},

/**
*/
testAddMeasurementString : function(  ) {},

/**
*/
testSimpleSequence : function(  ) {},

/**
*/
testLongSequence : function(  ) {},

/**
*/
testOutOfOrderSequence : function(  ) {},


};