Home
last modified time | relevance | path

Searched refs:HitracePerfScoped (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/
H A Dhitrace.map45 …"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 Dhitrace_meter.h223 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 Dhitrace_meter.cpp702 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 Drs_draw_frame.cpp51HitracePerfScoped perfTrace(RSDrawFrame::debugTraceEnabled_, HITRACE_TAG_GRAPHIC_AGP, "OnRenderFra… in RenderFrame()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp1499 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 Dvsync_receiver.cpp38HitracePerfScoped perfTrace(ScopedDebugTrace::isEnabled(), HITRACE_TAG_GRAPHIC_AGP, "OnReadablePer… in OnReadable()