Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp283 uint64_t curTimeCost = (end.tv_sec - start.tv_sec) * MAX_MATCH_CNT * MAX_MATCH_CNT * MAX_MATCH_CNT + in TakeResultsFromShmem()
285 timeCost += curTimeCost; in TakeResultsFromShmem()
332 uint64_t curTimeCost = (end.tv_sec - start.tv_sec) * MAX_MATCH_CNT * MAX_MATCH_CNT * MAX_MATCH_CNT + in TakeResultsFromShmem()
334 if (curTimeCost >= LONG_TIME_THRESHOLD) { in TakeResultsFromShmem()
336 curTimeCost, rawData->stackConext->type, rawData->fpDepth); in TakeResultsFromShmem()
338 timeCost += curTimeCost; in TakeResultsFromShmem()
494 uint64_t curTimeCost = (end.tv_sec - start.tv_sec) * MAX_MATCH_CNT * MAX_MATCH_CNT * MAX_MATCH_CNT + in TakeResults() local
496 if (curTimeCost >= LONG_TIME_THRESHOLD) { in TakeResults()
499 curTimeCost, rawData->stackConext->type, realFrameDepth, callFrames_.size()); in TakeResults()
501 timeCost += curTimeCost; in TakeResults()
[all...]

Completed in 3 milliseconds