Home
last modified time | relevance | path

Searched refs:DumpThreadUsageInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.h65 void DumpThreadUsageInfo(int fd) const;
66 void DumpThreadUsageInfo(int fd, const std::string& threadName) const;
H A Dhiview_service.cpp127 DumpThreadUsageInfo(fd); in DumpDetailedInfo()
177 void HiviewService::DumpThreadUsageInfo(int fd) const in DumpThreadUsageInfo() function in OHOS::HiviewDFX::HiviewService
185 DumpThreadUsageInfo(fd, name); in DumpThreadUsageInfo()
191 void HiviewService::DumpThreadUsageInfo(int fd, const std::string &threadName) const in DumpThreadUsageInfo() function in OHOS::HiviewDFX::HiviewService