OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile_file
(Results
1 - 11
of
11
) 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
104
def GetRequiredLibrariesForPerfProfile(
profile_file
):
108
profile_file
: Path to perf profile to analyse.
116
perf = subprocess.Popen([perfhost_path, 'script', '-i',
profile_file
],
136
def GetRequiredLibrariesForVTuneProfile(
profile_file
):
140
profile_file
: Path to VTune profile to analyse.
145
db_file = os.path.join(
profile_file
, 'sqlite-db', 'dicer.db')
/external/vogar/src/vogar/
TestProperties.java
70
public static final String
PROFILE_FILE
= "profileFile";
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.platform.profiler.android_profiling_helper.html
61
<dl><dt><a name="-GetRequiredLibrariesForPerfProfile"><strong>GetRequiredLibrariesForPerfProfile</strong></a>(
profile_file
)</dt><dd><tt>Returns the set of libraries necessary to symbolize a given perf profile.<br>
64
profile_file
: Path to perf profile to analyse.<br>
68
<dl><dt><a name="-GetRequiredLibrariesForVTuneProfile"><strong>GetRequiredLibrariesForVTuneProfile</strong></a>(
profile_file
)</dt><dd><tt>Returns the set of libraries necessary to symbolize a given VTune profile.<br>
71
profile_file
: Path to VTune profile to analyse.<br>
/external/vogar/test/vogar/target/
TestRunnerRule.java
47
setProperty(TestProperties.
PROFILE_FILE
, testRunnerProperties.profileFile());
/art/profman/
profman.cc
275
for (const std::string&
profile_file
: profile_files_) {
276
int ret = DumpOneProfile(kOrdinaryProfile,
profile_file
, kInvalidFd, &dex_files, &dump);
/external/vogar/src/vogar/tasks/
BuildActionTask.java
194
properties.setProperty(TestProperties.
PROFILE_FILE
, run.profileFile.getName());
/external/vogar/src/vogar/target/
TestRunner.java
73
File profileFile = new File(properties.getProperty(TestProperties.
PROFILE_FILE
));
/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
154
std::string
profile_file
= create_primary_profile(profile_path);
local
156
if (fs_prepare_file_strict(
profile_file
.c_str(), 0600, uid, uid) != 0) {
1065
std::string
profile_file
= create_primary_profile(profile_dir);
local
[
all
...]
/external/jemalloc/bin/
jeprof.in
[
all
...]
Completed in 777 milliseconds