Searched refs:HitracePerfScoped (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/ |
H A D | hitrace.map | 45 …"HitracePerfScoped::HitracePerfScoped(bool, unsigned long, std::__h::basic_string<char, std::__h::… 46 …"HitracePerfScoped::HitracePerfScoped(bool, unsigned long long, std::__h::basic_string<char, std::… 47 "HitracePerfScoped::~HitracePerfScoped()";
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
H A D | hitrace_meter.h | 223 class HitracePerfScoped { 225 HitracePerfScoped(bool isDebug, uint64_t tag, const std::string &name); 227 ~HitracePerfScoped();
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter.cpp | 702 void HitracePerfScoped::SetHitracePerfScoped(int fd1st, int fd2nd) in SetHitracePerfScoped() 1113 HitracePerfScoped::HitracePerfScoped(bool isDebug, uint64_t tag, const std::string &name) : mTag_(t… in HitracePerfScoped() function in HitracePerfScoped 1150 HitracePerfScoped::~HitracePerfScoped() in ~HitracePerfScoped() 1166 inline long long HitracePerfScoped::GetInsCount() in GetInsCount() 1175 inline long long HitracePerfScoped::GetCycleCount() in GetCycleCount()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_draw_frame.cpp | 51 …HitracePerfScoped perfTrace(RSDrawFrame::debugTraceEnabled_, HITRACE_TAG_GRAPHIC_AGP, "OnRenderFra… in RenderFrame()
|
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 1499 HitracePerfScoped hitrace(true, TAG, traceName); 1501 HitracePerfScoped(true, TAG, traceName); 1502 HitracePerfScoped(false, TAG, traceName); 1514 HitracePerfScoped hitrace(true, TAG, traceName);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 38 …HitracePerfScoped perfTrace(ScopedDebugTrace::isEnabled(), HITRACE_TAG_GRAPHIC_AGP, "OnReadablePer… in OnReadable()
|