Home
last modified time | relevance | path

Searched defs:timeOut (Results 1 – 7 of 7) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dcpu_usage_test.cpp193 float CpuUsageTest::GetAverageCpuUsage(pid_t pid, uint64_t timeOut) in GetAverageCpuUsage()
222 uint64_t timeOut = 10000; variable
238 uint64_t timeOut = 10000; variable
254 uint64_t timeOut = 10000; variable
270 uint64_t timeOut = 10000; variable
286 uint64_t timeOut = 10000; variable
302 uint64_t timeOut = 10000; variable
318 uint64_t timeOut = 10000; variable
334 uint64_t timeOut = 10000; variable
350 uint64_t timeOut = 10000; variable
[all …]
/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp119 std::chrono::seconds timeOut{time}; in ThreadFuncCpp() local
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp29 EpollEventPoller::EpollEventPoller(int timeOut) : timeOut_(timeOut), epollFd_(INVALID_FD), eventFd_… in EpollEventPoller()
/developtools/hiperf/src/
Dsubcommand_record.cpp1122 …mmandRecord::SendFifoAndWaitReply(const std::string &cmd, const std::chrono::milliseconds &timeOut) in SendFifoAndWaitReply()
1151 bool SubCommandRecord::WaitFifoReply(int fd, const std::chrono::milliseconds &timeOut) in WaitFifoReply()
Dperf_events.cpp655 void PerfEvents::SetTimeOut(float timeOut) in SetTimeOut()
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1424 const timeOut = 200; constant
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp636 bool Client::WaitCommandReply(std::chrono::milliseconds timeOut) in WaitCommandReply()