Lines Matching refs:counterName
3813 char counterName[40];
3814 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName());
3815 ATRACE_INT(counterName, connection->outboundQueue.count());
3821 char counterName[40];
3822 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName());
3823 ATRACE_INT(counterName, connection->waitQueue.count());