Lines Matching refs:startCaptuerTime
491 std::cout << "start::" << startCaptuerTime << std::endl;
493 if (startCaptuerTime > 0) {
495 startCaptuerTime > nowTime ? (LLONG_MAX - startCaptuerTime + nowTime) : (nowTime - startCaptuerTime);
497 startCaptuerTime = RM_0;
502 if (startCaptuerTime == 0) {
503 startCaptuerTime = nowTime;
504 std::cout << "ThreadGetHiperf::" << startCaptuerTime << std::endl;
505 ThreadGetHiperf(startCaptuerTime);
510 templateMap["TraceTime"] = std::to_string(startCaptuerTime);
567 if (startCaptuerTime <= 0) {
572 runTime = now > startCaptuerTime ? now - startCaptuerTime : LLONG_MAX - startCaptuerTime + now;