Searched refs:mRawPattern (Results 1 – 1 of 1) sorted by relevance
327 final String mRawPattern; field in LambdaPerfTest.ValPattern335 mRawPattern = p; in ValPattern()382 return mRawPattern + (mType == TYPE_TIME ? (mFloatValue + "ms") : mIntValue); in toString()423 Log.i(TAG, " " + p.mRawPattern + diff); in calculateGcTime()425 result.putInt("[" + title + "] " + p.mRawPattern, diff); in calculateGcTime()430 Log.i(TAG, " " + p.mRawPattern + diff + "ms"); in calculateGcTime()432 result.putFloat("[" + title + "] " + p.mRawPattern + "(ms)", diff); in calculateGcTime()