Home
last modified time | relevance | path

Searched refs:startCaptuerTime (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
H A Dsp_task.cpp491 std::cout << "start::" << startCaptuerTime << std::endl; in DetectionAndGrab()
493 if (startCaptuerTime > 0) { in DetectionAndGrab()
495 startCaptuerTime > nowTime ? (LLONG_MAX - startCaptuerTime + nowTime) : (nowTime - startCaptuerTime); in DetectionAndGrab()
497 startCaptuerTime = RM_0; in DetectionAndGrab()
502 if (startCaptuerTime == 0) { in DetectionAndGrab()
503 startCaptuerTime = nowTime; in DetectionAndGrab()
504 std::cout << "ThreadGetHiperf::" << startCaptuerTime << std::endl; in DetectionAndGrab()
505 ThreadGetHiperf(startCaptuerTime); in DetectionAndGrab()
[all...]
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_task.h118 long long startCaptuerTime = 0; member in OHOS::SmartPerf::SPTask

Completed in 3 milliseconds