Searched refs:profileStart (Results 1 – 1 of 1) sorted by relevance
891 int profileStart = frameinfo.indexOf(MARKER); in testGfxinfoFramestats() local892 int profileEnd = frameinfo.indexOf(MARKER, profileStart + 1); in testGfxinfoFramestats()893 assertTrue(profileStart >= 0); in testGfxinfoFramestats()894 assertTrue(profileEnd > profileStart); in testGfxinfoFramestats()895 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats()