/**@class android.net.NetworkStatsBenchmark
@extends SimpleBenchmark

*/
var NetworkStatsBenchmark = {

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

/**Since timeMigrateTun() includes a clone() call on the NetworkStats object,
 we need to measure the cost of the clone() call itself in order to get more
 accurate measurement on the migrateTun() method.
*/
timeClone : function(  ) {},


};