Home
last modified time | relevance | path

Searched refs:ToSeconds (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_utils_test.cpp42 EXPECT_DOUBLE_EQ(Utils::ToSeconds(500000000), 0.5); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtime_span.h42 constexpr int64_t ToSeconds() const noexcept
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h40 static double ToSeconds(uint64_t nano);
H A Drs_profiler.cpp498 const double currentTime = Utils::ToSeconds(g_frameRenderBeginTimestamp); in OnParallelRenderBegin()
705 return Utils::ToSeconds(NowNano()); in OnParallelRenderBegin()
975 const double currentTime = Utils::ToSeconds(g_frameBeginTimestamp); in OnParallelRenderBegin()
1912 const double recordPlayTime = Utils::ToSeconds(PatchTime(currentTime)) - g_playbackStartTime; in OnParallelRenderBegin()
1939 const double recordPlayTime = Utils::ToSeconds(PatchTime(currentTime)) - g_playbackStartTime; in OnParallelRenderBegin()
H A Drs_profiler_utils.cpp46 double Utils::ToSeconds(uint64_t nano) in ToSeconds() function in OHOS::Rosen::Utils
H A Drs_profiler_base.cpp264 g_commandParseBuffer.packetTime = Utils::ToSeconds(time); in PatchTransactionTime()

Completed in 10 milliseconds