We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8b8a8 commit 4d9747bCopy full SHA for 4d9747b
hwcpipe.cpp
@@ -25,12 +25,9 @@
25
#include "hwcpipe.h"
26
#include "hwcpipe_log.h"
27
28
-#ifdef __ANDROID__
29
-# include "vendor/arm/mali/mali_profiler.h"
30
-#endif
31
-
32
#ifdef linux
33
# include "vendor/arm/pmu/pmu_profiler.h"
+# include "vendor/arm/mali/mali_profiler.h"
34
#endif
35
36
#include <json.hpp>
vendor/arm/mali/mali_profiler.cpp
@@ -25,6 +25,8 @@
+#include <algorithm>
+
using mali_userspace::MALI_NAME_BLOCK_JM;
using mali_userspace::MALI_NAME_BLOCK_MMU;
using mali_userspace::MALI_NAME_BLOCK_SHADER;
vendor/arm/mali/mali_profiler.h
@@ -28,6 +28,7 @@
#include "hwc.hpp"
+#include <functional>
#include <vector>
namespace hwcpipe
0 commit comments