Searched defs:profile_type_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dprofiler_options.h53 profile_type_(kDefaultProfileData),
74 profile_type_(profile_type),
110 return profile_type_;
127 << ", profile_type=" << po.profile_type_
151 ProfileDataType profile_type_; member in class:art::ProfilerOptions
/art/cmdline/
H A Dcmdline_types.h657 ProfileDataType profile_type_; member in struct:art::TestProfilerOptions
671 profile_type_(ProfileDataType::kProfilerMethod),
694 PRINT_TO_STREAM(profile_type_);
830 existing.profile_type_ = kProfilerMethod;
833 existing.profile_type_ = kProfilerBoundedStack;

Completed in 88 milliseconds