Home
last modified time | relevance | path

Searched refs:ScopedBytrace (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/utils/scoped_bytrace/src/
H A Dscoped_bytrace.cpp22 ScopedBytrace::ScopedBytrace(const std::string &proc) : proc_(proc) in ScopedBytrace() function in ScopedBytrace
28 ScopedBytrace::~ScopedBytrace() in ~ScopedBytrace()
35 void ScopedBytrace::End() in End()
/foundation/graphic/graphic_2d/utils/scoped_bytrace/export/
H A Dscoped_bytrace.h21 class ScopedBytrace { class
23 ScopedBytrace(const std::string &proc);
24 ~ScopedBytrace();
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp139 ScopedBytrace trace(__func__); in GetSkSurfaceFromSurfaceBuffer()
324 ScopedBytrace trace(__func__); in CreateForGL()
373 ScopedBytrace trace1(__func__); in DrawImageRectVK()
412 ScopedBytrace trace2("FlushAndSubmit"); in DrawImageRectVK()
424 ScopedBytrace trace(__func__); in CreateDrawingImage()
470 ScopedBytrace trace(__func__); in CreateForVK()
519 ScopedBytrace trace(__func__); in GetNativeWindowBufferFromSurface()
556 ScopedBytrace trace(__func__); in CreateEGLImage()
591 ScopedBytrace trace1(__func__); in DrawImage()
625 ScopedBytrace trace in DrawImage()
[all...]
/foundation/graphic/graphic_2d/utils/socketpair/src/
H A Dlocal_socketpair.cpp97 ScopedBytrace func("Create socketpair failed, errno = " + std::to_string(errno)); in CreateChannel()
107 ScopedBytrace func2("Create socketpair failed for the second time, errno = " + std::to_string(errno)); in CreateChannel()
144 ScopedBytrace func("SocketPair SendData failed, errno = " + std::to_string(errnoRecord) + in SendData()
169 ScopedBytrace func("SocketPair ReceiveData failed errno = " + std::to_string(errno) + in ReceiveData()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp195 ScopedBytrace func("VSyncGenerator: period not valid"); in ThreadLoop()
204 ScopedBytrace func("VSyncGenerator: there has no listener"); in ThreadLoop()
211 ScopedBytrace func("VSyncGenerator: LTPO mode change"); in ThreadLoop()
242 ScopedBytrace func("VSyncGenerator::ThreadLoop::Continue"); in WaitForTimeout()
364 ScopedBytrace trace("frameRateChanging_ = true"); in UpdateChangeDataLocked()
556 ScopedBytrace func("AddListener"); in AddListener()
656 ScopedBytrace trace("it's not ltpo mode."); in ChangeGeneratorRefreshRateModel()
660 ScopedBytrace trace("pulse is not ready!!!"); in ChangeGeneratorRefreshRateModel()
807 ScopedBytrace forceEnd("frameRateChanging_ = false, forceEnd"); in PeriodCheckLocked()
852 ScopedBytrace changeEn in CheckAndUpdateReferenceTime()
[all...]
H A Dvsync_sampler.cpp82 ScopedBytrace func("BeginSample"); in BeginSample()
91 ScopedBytrace func("ClearAllSamples"); in ClearAllSamples()
H A Dvsync_distributor.cpp199 ScopedBytrace failed("failed"); in PostEvent()
430 ScopedBytrace func(name_ + "_EnableVsync"); in WaitForVsyncOrRequest()
544 ScopedBytrace func("NoAccumulateInVsync"); in PostVSyncEventPreProcess()
736 ScopedBytrace func(name_ + "_DisableVsync"); in CheckNeedDisableDvsync()
925 ScopedBytrace func(connection->info_.name_ + "_RequestNextVSync"); in RequestNextVSync()
1153 ScopedBytrace trace("SetFrameIsRender:" + std::to_string(isRender)); in SetFrameIsRender()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp427 ScopedBytrace trace(__func__);
474 ScopedBytrace trace(__func__);
823 ScopedBytrace trace(__func__); in CreateImages()
876 ScopedBytrace trace(__func__); in DestroySwapchainInternal()
903 ScopedBytrace trace(__func__); in CreateSwapchainKHR()
957 ScopedBytrace trace(__func__); in DestroySwapchainKHR()
986 ScopedBytrace trace(__func__); in AcquireNextImageKHR()
1114 ScopedBytrace trace(__func__); in ReleaseImage()
1147 ScopedBytrace trace(__func__); in FlushBuffer()
1211 ScopedBytrace trac in QueuePresentKHR()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp359 ScopedBytrace doClientCompositionDirectlyTag("DoClientCompositionDirectly"); in PreProcessLayersComp()
720 ScopedBytrace func("HdiOutput::StartVSyncSampler, forceReSample:" + std::to_string(forceReSample)); in StartVSyncSampler()
722 ScopedBytrace func("disabled vsyncSample"); in StartVSyncSampler()
741 ScopedBytrace func("VSyncSampler::SetPendingMode period:" + std::to_string(period) + in SetPendingMode()
H A Dhdi_screen.cpp54 ScopedBytrace onVsyncTrace("HdiScreen::OnVsync_" + std::to_string((ns))); in OnVsync()
H A Dhdi_device_impl.cpp131 ScopedBytrace trace("SetScreenVsyncEnabled, screenId:" + std::to_string(screenId) + in SetScreenVsyncEnabled()
386 ScopedBytrace bytrace(__func__); in Commit()
403 ScopedBytrace bytrace(__func__); in CommitAndGetReleaseFence()
H A Dhdi_backend.cpp186 ScopedBytrace bytrace(__func__); in Repaint()

Completed in 12 milliseconds