HomeSort by relevance Sort by last modified time
    Searched refs:ProfileDataType (Results 1 - 3 of 3) sorted by null

  /art/runtime/
profiler_options.h 25 enum ProfileDataType {
40 static constexpr ProfileDataType kDefaultProfileData = kProfilerMethod;
63 ProfileDataType profile_type,
108 ProfileDataType GetProfileType() const {
150 ProfileDataType profile_type_;
profiler.h 109 uint32_t Write(std::ostream &os, ProfileDataType type);
110 void ReadPrevious(int fd, ProfileDataType type);
profiler.cc 568 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) {
737 void ProfileSampleResults::ReadPrevious(int fd, ProfileDataType type) {

Completed in 40 milliseconds