HomeSort by relevance Sort by last modified time
    Searched refs:ProfileData (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/base/libs/hwui/
ProfileDataContainer.h 19 #include "ProfileData.h"
36 ProfileData* get() { return mData; }
37 ProfileData* operator->() { return mData; }
44 ProfileData* mData = new ProfileData;
ProfileDataContainer.cpp 32 munmap(mData, sizeof(ProfileData));
47 mData = new ProfileData;
60 if (regionSize < static_cast<int>(sizeof(ProfileData))) {
62 static_cast<unsigned int>(sizeof(ProfileData)));
65 ProfileData* newData = reinterpret_cast<ProfileData*>(
66 mmap(NULL, sizeof(ProfileData), PROT_READ | PROT_WRITE, MAP_SHARED, ashmemfd, 0));
ProfileData.h 47 class ProfileData {
48 PREVENT_COPY_AND_ASSIGN(ProfileData);
51 ProfileData() { reset(); }
54 void mergeWith(const ProfileData& other);
74 return std::tuple_size<decltype(ProfileData::mFrameCounts)>::value +
75 std::tuple_size<decltype(ProfileData::mSlowFrameCounts)>::value;
98 class MockProfileData : public ProfileData {
ProfileData.cpp 17 #include "ProfileData.h"
63 uint32_t ProfileData::frameTimeForFrameCountIndex(uint32_t index) {
76 uint32_t ProfileData::frameTimeForSlowFrameCountIndex(uint32_t index) {
80 void ProfileData::mergeWith(const ProfileData& other) {
103 void ProfileData::dump(int fd) const {
122 uint32_t ProfileData::findPercentile(int percentile) const {
140 void ProfileData::reset() {
149 void ProfileData::reportFrame(int64_t duration) {
161 void ProfileData::histogramForEach(const std::function<void(HistogramEntry)>& callback) const
    [all...]
JankTracker.h 20 #include "ProfileData.h"
43 // Metadata about the ProfileData being collected
74 const ProfileData* data);
  /frameworks/base/services/core/jni/
com_android_server_GraphicsStatsService.cpp 32 return sizeof(ProfileData);
44 const ProfileData* data = nullptr;
49 LOG_ALWAYS_FATAL_IF(buffer.size() != sizeof(ProfileData),
50 "Buffer size %zu doesn't match expected %zu!", buffer.size(), sizeof(ProfileData));
51 data = reinterpret_cast<const ProfileData*>(buffer.get());
83 LOG_ALWAYS_FATAL_IF(buffer.size() != sizeof(ProfileData),
84 "Buffer size %zu doesn't match expected %zu!", buffer.size(), sizeof(ProfileData));
92 const ProfileData* data = reinterpret_cast<const ProfileData*>(buffer.get());
  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 41 int __llvm_profile_check_compatibility(const char *ProfileData,
44 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData;
47 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header));
85 void __llvm_profile_merge_from_buffer(const char *ProfileData,
88 __llvm_profile_header *Header = (__llvm_profile_header *)ProfileData;
94 (__llvm_profile_data *)(ProfileData + sizeof(__llvm_profile_header));
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.h 47 const ProfileData* data);
52 int64_t startTime, int64_t endTime, const ProfileData* data);
GraphicsStatsService.cpp 42 constexpr int sHistogramSize = ProfileData::HistogramSize();
46 int64_t startTime, int64_t endTime, const ProfileData* data);
158 const ProfileData* data) {
193 data->histogramForEach([&](ProfileData::HistogramEntry entry) {
261 const ProfileData* data) {
327 int64_t startTime, int64_t endTime, const ProfileData* data) {
  /frameworks/base/libs/hwui/tests/unit/
GraphicsStatsServiceTests.cpp 95 expectedBucket = ProfileData::frameTimeForFrameCountIndex(i);
99 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp);
152 expectedBucket = ProfileData::frameTimeForFrameCountIndex(i);
157 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp);
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 15 #include "llvm/ProfileData/InstrProfWriter.h"
103 for (const auto &ProfileData : *V) {
104 const InstrProfRecord &ProfRecord = ProfileData.second;
110 M += ValueProfData::getSize(ProfileData.second);
124 for (const auto &ProfileData : *V) {
125 const InstrProfRecord &ProfRecord = ProfileData.second;
128 LE.write<uint64_t>(ProfileData.first); // Function hash
135 ValueProfData::serializeFrom(ProfileData.second);
294 #include "llvm/ProfileData/InstrProfData.inc"
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceController.java 82 private SparseArray<ProfileData> mProfiles = new SparseArray<ProfileData>();
96 public static class ProfileData {
220 final ProfileData profileData = mProfiles.get(userHandle.getIdentifier());
221 if (profileData != null) {
222 updateAccountTypes(profileData);
233 ProfileData profileData = mProfiles.valueAt(i);
234 if (preference == profileData.addAccountPreference)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 68 private ProfileData mProfileData = new ProfileData();
ProfileData.java 30 // ProfileData keeps profiling samples in a tree structure.
33 public class ProfileData {
35 private static final String TAG = "ProfileData";
54 public ProfileData() {
  /external/llvm/lib/IR/
Metadata.cpp     [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 20 #include "llvm/ProfileData/InstrProf.h"
174 const RawInstrProf::ProfileData<IntPtrT> *Data;
175 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
190 const RawInstrProf::ProfileData<IntPtrT> *Data;
191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
190 const RawInstrProf::ProfileData<IntPtrT> *Data;
191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
190 const RawInstrProf::ProfileData<IntPtrT> *Data;
191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
190 const RawInstrProf::ProfileData<IntPtrT> *Data;
191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
190 const RawInstrProf::ProfileData<IntPtrT> *Data;
191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
190 const RawInstrProf::ProfileData<IntPtrT> *Data;
191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
191 const RawInstrProf::ProfileData<IntPtrT> *Data;
192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
191 const RawInstrProf::ProfileData<IntPtrT> *Data;
192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 21 #include "llvm/ProfileData/InstrProf.h"
191 const RawInstrProf::ProfileData<IntPtrT> *Data;
192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;

Completed in 754 milliseconds

1 2 3