Searched refs:totalCostTime (Results 1 – 3 of 3) sorted by relevance
63 value.totalCostTime += callerInfo.costTime; in ReportDataStatistic()96 totalCostTimes[i] = callerTotalInfo.totalCostTime; in InvokeData()115 HiSysEventParam totalCostTime = { .name = { *TOTAL_COST_TIME }, .t = HISYSEVENT_INT64_ARRAY, in InvokeData() local120 maxCostTime, totalCostTime, funcCount}; in InvokeData()
43 uint64_t totalCostTime = 0; member
1343 …int64_t totalCostTime = std::chrono::duration_cast<std::chrono::milliseconds>(begin - allEnd).coun… in ExecuteForLastInsertedRowId() local1344 if (totalCostTime >= TIME_OUT) { in ExecuteForLastInsertedRowId()1353 totalCostTime, prepareCost, execCost, resultCost, SqliteUtils::Anonymous(sql).c_str()); in ExecuteForLastInsertedRowId()