OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_file
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
perf_profiler_unittest.py
21
profile_file
= os.path.join(
23
with open(
profile_file
) as f:
38
perf_profiler.PerfProfiler.GetTopSamples(
profile_file
, 10),
android_profiling_helper.py
118
def GetRequiredLibrariesForPerfProfile(
profile_file
):
122
profile_file
: Path to perf profile to analyse.
130
perf = subprocess.Popen([perfhost_path, 'script', '-i',
profile_file
],
150
def GetRequiredLibrariesForVTuneProfile(
profile_file
):
154
profile_file
: Path to VTune profile to analyse.
159
db_file = os.path.join(
profile_file
, 'sqlite-db', 'dicer.db')
/art/profman/
profman.cc
275
for (const std::string&
profile_file
: profile_files_) {
276
int ret = DumpOneProfile(kOrdinaryProfile,
profile_file
, kInvalidFd, &dex_files, &dump);
/art/runtime/native/
dalvik_system_VMRuntime.cc
575
jstring
profile_file
,
588
const char* raw_profile_file = env->GetStringUTFChars(
profile_file
, nullptr);
590
env->ReleaseStringUTFChars(
profile_file
, raw_profile_file);
/frameworks/native/cmds/installd/
commands.cpp
212
std::string
profile_file
= create_primary_profile(profile_path);
local
214
if (fs_prepare_file_strict(
profile_file
.c_str(), 0600, uid, uid) != 0) {
1123
std::string
profile_file
= create_primary_profile(profile_dir);
local
[
all
...]
Completed in 932 milliseconds