Searched refs:JsonWriter (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_json.h | 22 class JsonWriter { class 24 JsonWriter() = default; 25 ~JsonWriter() = default; 66 JsonWriter& operator[](const std::string& key) in operator []() 73 JsonWriter& operator=(const T& value) in operator =() 81 JsonWriter& operator=(std::initializer_list<T>&& values) in operator =()
|
H A D | rs_profiler.h | 129 class JsonWriter; 284 static void RenderServiceTreeDump(JsonWriter& out, pid_t pid); 285 RSB_EXPORT static void DumpNode(const RSRenderNode& node, JsonWriter& out, 287 RSB_EXPORT static void DumpNodeAbsoluteProperties(const RSRenderNode& node, JsonWriter& out); 288 RSB_EXPORT static void DumpNodeAnimations(const RSAnimationManager& animationManager, JsonWriter& out); 289 RSB_EXPORT static void DumpNodeAnimation(const RSRenderAnimation& animation, JsonWriter& out); 290 RSB_EXPORT static void DumpNodeBaseInfo(const RSRenderNode& node, JsonWriter& out, bool clearMockFlag); 291 RSB_EXPORT static void DumpNodeSubsurfaces(const RSRenderNode& node, JsonWriter& out); 292 RSB_EXPORT static void DumpNodeSubClassNode(const RSRenderNode& node, JsonWriter& out); 293 RSB_EXPORT static void DumpNodeOptionalFlags(const RSRenderNode& node, JsonWriter [all...] |
H A D | rs_profiler_dump.cpp | 33 void RSProfiler::DumpNode(const RSRenderNode& node, JsonWriter& out, bool clearMockFlag, bool absRoot) in DumpNode() 70 void RSProfiler::DumpNodeAbsoluteProperties(const RSRenderNode& node, JsonWriter& out) in DumpNodeAbsoluteProperties() 118 void RSProfiler::DumpNodeBaseInfo(const RSRenderNode& node, JsonWriter& out, bool clearMockFlag) in DumpNodeBaseInfo() 143 void RSProfiler::DumpNodeSubsurfaces(const RSRenderNode& node, JsonWriter& out) in DumpNodeSubsurfaces() 155 void RSProfiler::DumpNodeSubClassNode(const RSRenderNode& node, JsonWriter& out) in DumpNodeSubClassNode() 188 void RSProfiler::DumpNodeOptionalFlags(const RSRenderNode& node, JsonWriter& out) in DumpNodeOptionalFlags() 210 void RSProfiler::DumpNodeDrawCmdModifiers(const RSRenderNode& node, JsonWriter& out) in DumpNodeDrawCmdModifiers() 242 const RSRenderNode& node, JsonWriter& out, int type, RSRenderModifier& modifier) in DumpNodeDrawCmdModifier() 298 void RSProfiler::DumpNodeProperties(const RSProperties& properties, JsonWriter& out) in DumpNodeProperties() 315 void RSProfiler::DumpNodePropertiesClip(const RSProperties& properties, JsonWriter [all...] |
H A D | rs_profiler.cpp | 638 void RSProfiler::RenderServiceTreeDump(JsonWriter& out, pid_t pid) in OnParallelRenderBegin() 1139 JsonWriter json; in OnParallelRenderBegin()
|
Completed in 7 milliseconds