Home
last modified time | relevance | path

Searched refs:RSProfiler (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_test.cpp45 RSProfiler::testing_ = true;
47 RSProfiler::Init(nullptr);
48 RSProfiler::OnFrameBegin();
50 RSProfiler::OnRenderEnd();
51 RSProfiler::OnFrameEnd();
55 RSProfiler::testing_ = false;
57 RSProfiler::Init(nullptr);
60 RSProfiler::OnRenderEnd();
61 RSProfiler::OnFrameEnd();
75 RSProfiler::testing_ = true;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp347 void RSProfiler::OnRenderBegin() in OnRenderBegin()
356 void RSProfiler::OnRenderEnd() in OnRenderEnd()
432 void RSProfiler::OnFrameBegin() in OnFrameBegin()
445 void RSProfiler::OnFrameEnd() in OnFrameEnd()
532 uint64_t RSProfiler::RawNowNano() in RawNowNano()
537 uint64_t RSProfiler::NowNano() in NowNano()
542 double RSProfiler::Now() in Now()
547 bool RSProfiler::IsRecording() in IsRecording()
552 bool RSProfiler::IsPlaying() in IsPlaying()
791 void RSProfiler::RecordUpdate() in RecordUpdate()
[all …]
H A Drs_profiler_base.cpp79 bool RSProfiler::testing_ = false;
86 bool RSProfiler::IsEnabled() in IsEnabled()
91 uint32_t RSProfiler::GetCommandCount() in GetCommandCount()
105 void RSProfiler::EnableSharedMemory() in EnableSharedMemory()
110 void RSProfiler::DisableSharedMemory() in DisableSharedMemory()
176 void RSProfiler::SetMode(Mode mode) in SetMode()
185 Mode RSProfiler::GetMode() in GetMode()
197 NodeId RSProfiler::GetParentNode() in GetParentNode()
277 void RSProfiler::TimePauseClear() in TimePauseClear()
368 void RSProfiler::GetSurfacesTrees( in GetSurfacesTrees()
[all …]
H A Drs_profiler_beta_recorder.cpp51 bool RSProfiler::IsBetaRecordInactive() in IsBetaRecordInactive()
56 void RSProfiler::RequestVSyncOnBetaRecordInactivity() in RequestVSyncOnBetaRecordInactivity()
63 void RSProfiler::LaunchBetaRecordNotificationThread() in LaunchBetaRecordNotificationThread()
114 void RSProfiler::RenameAndSendFilenameThread() in RenameAndSendFilenameThread()
123 void RSProfiler::StartBetaRecord() in StartBetaRecord()
137 bool RSProfiler::IsBetaRecordStarted() in IsBetaRecordStarted()
142 void RSProfiler::SendBetaRecordPath() in SendBetaRecordPath()
169 bool RSProfiler::SaveBetaRecord() in SaveBetaRecord()
182 void RSProfiler::UpdateBetaRecord() in UpdateBetaRecord()
212 bool RSProfiler::OpenBetaRecordFile(RSFile& file) in OpenBetaRecordFile()
[all …]
H A Drs_profiler.h28 #define RS_PROFILER_INIT(renderSevice) RSProfiler::Init(renderSevice)
29 #define RS_PROFILER_ON_FRAME_BEGIN() RSProfiler::OnFrameBegin()
30 #define RS_PROFILER_ON_FRAME_END() RSProfiler::OnFrameEnd()
31 #define RS_PROFILER_ON_RENDER_BEGIN() RSProfiler::OnRenderBegin()
32 #define RS_PROFILER_ON_RENDER_END() RSProfiler::OnRenderEnd()
33 #define RS_PROFILER_ON_PROCESS_COMMAND() RSProfiler::OnProcessCommand()
36 RSProfiler::OnRemoteRequest(connection, code, data, reply, option)
38 #define RS_PROFILER_COPY_PARCEL(parcel) RSProfiler::CopyParcel(parcel)
41 #define RS_PROFILER_PATCH_TIME(time) time = RSProfiler::PatchTime(time)
51 #define RS_PROFILER_GET_FRAME_NUMBER() RSProfiler::GetFrameNumber()
[all …]
H A Drs_profiler_dump.cpp30 void RSProfiler::DumpNode(const RSRenderNode& node, JsonWriter& out) in DumpNode()
53 void RSProfiler::DumpNodeBaseInfo(const RSRenderNode& node, JsonWriter& out) in DumpNodeBaseInfo()
75 void RSProfiler::DumpNodeSubsurfaces(const RSRenderNode& node, JsonWriter& out) in DumpNodeSubsurfaces()
87 void RSProfiler::DumpNodeSubClassNode(const RSRenderNode& node, JsonWriter& out) in DumpNodeSubClassNode()
119 void RSProfiler::DumpNodeOptionalFlags(const RSRenderNode& node, JsonWriter& out) in DumpNodeOptionalFlags()
141 void RSProfiler::DumpNodeDrawCmdModifiers(const RSRenderNode& node, JsonWriter& out) in DumpNodeDrawCmdModifiers()
172 void RSProfiler::DumpNodeDrawCmdModifier( in DumpNodeDrawCmdModifier()
229 void RSProfiler::DumpNodeProperties(const RSProperties& properties, JsonWriter& out) in DumpNodeProperties()
250 void RSProfiler::DumpNodePropertiesClip(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesClip()
457 void RSProfiler::DumpNodeAnimation(const RSRenderAnimation& animation, JsonWriter& out) in DumpNodeAnimation()
[all …]
H A Drs_profiler_pixelmap.cpp91 if (!Rosen::RSProfiler::IsBetaRecordEnabled()) { in GenerateImageData()
296 …Rosen::RSProfiler::IsParcelMock(context.parcel) ? invalidFile : context.map->ReadFileDescriptor(co… in UnmarshalFromSharedMemory()
332 auto image = Rosen::RSProfiler::IsParcelMock(context.parcel) ? GetCachedImage(id) : nullptr; in UnmarshalFromDMA()
417 if (Rosen::RSProfiler::IsSharedMemoryEnabled()) { in OnClientMarshalling()
463 Media::PixelMap* RSProfiler::UnmarshalPixelMap(Parcel& parcel) in UnmarshalPixelMap()
472 bool RSProfiler::MarshalPixelMap(Parcel& parcel, const std::shared_ptr<Media::PixelMap>& map) in MarshalPixelMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_content.h55 friend class RSProfiler; variable
H A Drs_render_node_map.h109 friend class RSProfiler; variable
H A Drs_context.h205 friend class RSProfiler; variable
H A Drs_render_node.h1134 friend class RSProfiler; variable
H A Drs_surface_render_node.h1574 friend class RSProfiler; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_command.h115 friend class RSProfiler;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.h85 friend class RSProfiler; variable
H A Drs_render_service_connection.h351 friend class RSProfiler; variable
H A Drs_main_thread.h723 friend class RSProfiler; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h89 friend class RSProfiler; variable
H A Drs_render_animation.h256 friend class RSProfiler; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h429 friend class RSProfiler; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h761 friend class RSProfiler; variable