OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_type
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/
profile_types.py
22
def GetProfileDir(
profile_type
):
23
"""Given a |
profile_type
| (as returned by GetProfileTypes()), return the
27
if
profile_type
in BASE_PROFILE_TYPES:
31
util.GetChromiumSrcDir(), *PROFILE_TYPE_MAPPING[
profile_type
].split('/'))
browser_unittest.py
21
profile_type
=None):
26
if
profile_type
:
35
options.browser_options.
profile_type
=
profile_type
124
b = self.CreateBrowser(
profile_type
= 'small_profile')
browser_options.py
214
self.
profile_type
= None
234
dest='
profile_type
',
274
'
profile_type
',
295
if self.
profile_type
== 'default':
298
if self.profile_dir and self.
profile_type
!= 'clean':
307
self.profile_dir = profile_types.GetProfileDir(self.
profile_type
)
/external/oprofile/libpp/
populate_for_spu.h
36
enum
profile_type
{
enum
profile.h
66
static enum
profile_type
is_spu_sample_file(std::string const & filename);
profile.cpp
60
enum
profile_type
profile_t::is_spu_sample_file(string const & filename)
62
profile_type
retval;
/external/chromium_org/chrome/test/perf/
perf_ui_test_suite.h
32
static base::FilePath GetPathForProfileType(ProfileType
profile_type
);
feature_startup_test.cc
45
void InitProfile(PerfUITestSuite::ProfileType
profile_type
) {
48
PerfUITestSuite::GetPathForProfileType(
profile_type
));
55
PerfUITestSuite::ProfileType
profile_type
) {
56
InitProfile(
profile_type
);
perf_ui_test_suite.cc
53
ProfileType
profile_type
) {
54
switch (
profile_type
) {
startup_test.cc
154
PerfUITestSuite::ProfileType
profile_type
,
157
profile_type_ =
profile_type
;
161
if (
profile_type
!= PerfUITestSuite::DEFAULT_THEME) {
163
PerfUITestSuite::GetPathForProfileType(
profile_type
));
/external/chromium_org/components/breakpad/app/
breakpad_win.cc
221
std::wstring
profile_type
;
local
235
profile_type
.append(kBitNames[i].name);
238
profile_type
.append(L", ");
243
base::SStringPrintf(&
profile_type
, L"error %u", last_error);
245
return
profile_type
;
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
372
$main::
profile_type
= ''; # Empty type means "unknown"
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
pprof
372
$main::
profile_type
= ''; # Empty type means "unknown"
[
all
...]
/external/e2fsprogs/misc/
mke2fs.c
977
char *
profile_type
= 0;
local
1014
"ext2", &
profile_type
);
1015
ext_type =
profile_type
;
1082
free(
profile_type
);
[
all
...]
/external/chromium_org/chrome/browser/metrics/
metrics_log_unittest.cc
466
log.uma_proto().profiler_event(0).
profile_type
());
532
log.uma_proto().profiler_event(0).
profile_type
());
/external/chromium_org/tools/
bisect-perf-regression.py
[
all
...]
Completed in 1101 milliseconds