Searched refs:profileEnd (Results 1 – 1 of 1) sorted by relevance
64 int profileEnd = frameinfo.indexOf(MARKER, profileStart + 1); in testGfxinfoFramestats() local66 assertTrue(profileEnd > profileStart); in testGfxinfoFramestats()67 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats()