Lines Matching refs:Profile
129 import com.android.camera.stats.profiler.Profile;
1431 Profile profile = mProfiler.create("CameraActivity.onCreateTasks").start();
1449 profile.mark();
1462 profile.mark("Glide.setup");
1477 profile.mark("OneCameraManager.get");
1504 profile.mark();
1511 profile.mark("computePictureSizes");
1526 profile.mark();
1528 profile.mark("setContentView()");
1605 profile.mark("Configure Camera UI");
1624 profile.mark();
1626 profile.mark("Init Current Module UI");
1628 profile.mark("Init CurrentModule");
1682 profile.stop();
1799 Profile profile = mProfiler.create("CameraActivity.onPause").start();
1853 profile.stop();
1963 Profile profile = mProfiler.create("CameraActivity.resume").start();
2033 profile.mark();
2038 profile.mark("mCurrentModule.resume");
2098 profile.mark();
2100 profile.mark("mPanoramaViewHelper.onResume()");
2112 profile.stop();