Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp217 std::string counterName = GetTimerOrCounterName(env, info, argc); in Count() local
218 counterMap[counterName]++; in Count()
220 groupIndent.c_str(), counterName.c_str(), counterMap[counterName]); in Count()
227 std::string counterName = GetTimerOrCounterName(env, info, argc); in CountReset() local
228 if (counterMap.find(counterName) == counterMap.end()) { in CountReset()
230 groupIndent.c_str(), counterName.c_str()); in CountReset()
233 counterMap.erase(counterName); in CountReset()

Completed in 2 milliseconds