diff options
Diffstat (limited to 'libs/hwui/service/GraphicsStatsService.h')
-rw-r--r-- | libs/hwui/service/GraphicsStatsService.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libs/hwui/service/GraphicsStatsService.h b/libs/hwui/service/GraphicsStatsService.h index d0fd60ee1aba..bce0f3ddbb82 100644 --- a/libs/hwui/service/GraphicsStatsService.h +++ b/libs/hwui/service/GraphicsStatsService.h @@ -44,11 +44,13 @@ public: }; ANDROID_API static void saveBuffer(const std::string& path, const std::string& package, - int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data); + int64_t versionCode, int64_t startTime, int64_t endTime, + const ProfileData* data); ANDROID_API static Dump* createDump(int outFd, DumpType type); - ANDROID_API static void addToDump(Dump* dump, const std::string& path, const std::string& package, - int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data); + ANDROID_API static void addToDump(Dump* dump, const std::string& path, + const std::string& package, int64_t versionCode, + int64_t startTime, int64_t endTime, const ProfileData* data); ANDROID_API static void addToDump(Dump* dump, const std::string& path); ANDROID_API static void finishDump(Dump* dump); |