/external/chromium_org/tools/perf/measurements/ |
loading_profile.py | 43 profile_file = None 44 for profile_file in profile_files: 45 if 'renderer' in profile_file: 49 profile_file, 10).iteritems():
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
perf_profiler_unittest.py | 20 profile_file = os.path.join( 22 with open(profile_file) as f: 37 perf_profiler.PerfProfiler.GetTopSamples(profile_file, 10),
|
android_profiling_helper.py | 89 def GetRequiredLibrariesForPerfProfile(profile_file): 93 profile_file: Path to perf profile to analyse. 99 perf = subprocess.Popen(['perf', 'script', '-i', profile_file], 117 def GetRequiredLibrariesForVTuneProfile(profile_file): 121 profile_file: Path to VTune profile to analyse. 126 db_file = os.path.join(profile_file, 'sqlite-db', 'dicer.db')
|
/art/runtime/native/ |
dalvik_system_DexFile.cc | 408 std::string profile_file; local 412 profile_file = GetDalvikCacheOrDie("profiles", false /* create_if_absent */) 414 prev_profile_file = profile_file + std::string("@old"); 417 int e1 = stat(profile_file.c_str(), &profstat); 425 LOG(INFO) << "DexFile_isDexOptNeededInternal profile file " << profile_file << " doesn't exist. " 432 << profile_file; 442 bool new_ok = new_profile.LoadFile(profile_file); 447 << (new_ok ? "" : profile_file) << " " << (old_ok ? "" : prev_profile_file); 455 LOG(INFO) << "DexFile_isDexOptNeededInternal empty profile: " << profile_file; 475 LOG(INFO) << "DexFile_isDexOptNeededInternal size of new profile file " << profile_file << [all...] |
/frameworks/native/cmds/installd/ |
utils.c | 1134 char profile_file[PKG_PATH_MAX]; local 1166 char profile_file[PKG_PATH_MAX]; local [all...] |
commands.c | 759 char profile_file[PKG_PATH_MAX]; local 760 snprintf(profile_file, sizeof(profile_file), "%s/%s", 763 if ((stat(profile_file, &st) == 0) && (st.st_size > 0)) { 764 sprintf(profile_file_arg, "--profile-file=%s", profile_file); [all...] |
/art/dex2oat/ |
dex2oat.cc | 357 std::string profile_file, 391 profile_file)); 854 std::string profile_file; local [all...] |
/external/chromium_org/media/cast/test/ |
cast_benchmarks.cc | 19 // PROFILE_FILE before running it, like so: 20 // $ export PROFILE_FILE=cast_benchmark.profile 22 // $ pprof ./out/Release/cast_benchmarks $PROFILE_FILE --gv 763 if (getenv("PROFILE_FILE")) { 764 std::string profile_file(getenv("PROFILE_FILE")); 765 base::debug::StartProfiling(profile_file);
|
/art/compiler/driver/ |
compiler_driver.cc | 335 std::string profile_file) 387 if (!profile_file.empty()) { 388 profile_present_ = profile_file_.LoadFile(profile_file); 390 LOG(INFO) << "Using profile data form file " << profile_file; 392 LOG(INFO) << "Failed to load profile file " << profile_file; [all...] |
compiler_driver.h | 108 CumulativeLogger* timer, std::string profile_file = ""); [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | [all...] |
/external/jemalloc/bin/ |
pprof | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | [all...] |