Home
last modified time | relevance | path

Searched refs:SkiaMemoryTracer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp23 SkiaMemoryTracer::SkiaMemoryTracer(std::vector<ResourcePair> resourceMap, bool itemizeType) in SkiaMemoryTracer() function in android::uirenderer::skiapipeline::SkiaMemoryTracer
29 SkiaMemoryTracer::SkiaMemoryTracer(const char* categoryKey, bool itemizeType) in SkiaMemoryTracer() function in android::uirenderer::skiapipeline::SkiaMemoryTracer
35 std::optional<std::string> SkiaMemoryTracer::mapName(const std::string& resourceName) { in mapName()
44 void SkiaMemoryTracer::processElement() { in processElement()
116 void SkiaMemoryTracer::dumpNumericValue(const char* dumpName, const char* valueName, in dumpNumericValue()
125 bool SkiaMemoryTracer::hasOutput() { in hasOutput()
131 void SkiaMemoryTracer::logOutput(String8& log) { in logOutput()
158 size_t SkiaMemoryTracer::total() { in total()
166 void SkiaMemoryTracer::logTotals(String8& log) { in logTotals()
173 SkiaMemoryTracer::TraceValue SkiaMemoryTracer::convertUnits(const TraceValue& value) { in convertUnits()
DSkiaMemoryTracer.h32 class SkiaMemoryTracer : public SkTraceMemoryDump {
34 SkiaMemoryTracer(std::vector<ResourcePair> resourceMap, bool itemizeType);
35 SkiaMemoryTracer(const char* categoryKey, bool itemizeType);
36 ~SkiaMemoryTracer() override {} in ~SkiaMemoryTracer()
/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp178 skiapipeline::SkiaMemoryTracer cpuTracer("category", true); in getMemoryUsage()
182 skiapipeline::SkiaMemoryTracer gpuTracer("category", true); in getMemoryUsage()
224 skiapipeline::SkiaMemoryTracer cpuTracer(cpuResourceMap, false); in dumpMemoryUsage()
234 skiapipeline::SkiaMemoryTracer gpuTracer("category", true); in dumpMemoryUsage()
/frameworks/base/libs/hwui/
DAndroid.bp629 "pipeline/skia/SkiaMemoryTracer.cpp",