Lines Matching refs:curTimeCost
283 uint64_t curTimeCost = (end.tv_sec - start.tv_sec) * MAX_MATCH_CNT * MAX_MATCH_CNT * MAX_MATCH_CNT +
285 timeCost += curTimeCost;
332 uint64_t curTimeCost = (end.tv_sec - start.tv_sec) * MAX_MATCH_CNT * MAX_MATCH_CNT * MAX_MATCH_CNT +
334 if (curTimeCost >= LONG_TIME_THRESHOLD) {
336 curTimeCost, rawData->stackConext->type, rawData->fpDepth);
338 timeCost += curTimeCost;
494 uint64_t curTimeCost = (end.tv_sec - start.tv_sec) * MAX_MATCH_CNT * MAX_MATCH_CNT * MAX_MATCH_CNT +
496 if (curTimeCost >= LONG_TIME_THRESHOLD) {
499 curTimeCost, rawData->stackConext->type, realFrameDepth, callFrames_.size());
501 timeCost += curTimeCost;