Home | History | Annotate | Download | only in input

Lines Matching refs:counterName

3731         char counterName[40];
3732 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName());
3733 ATRACE_INT(counterName, connection->outboundQueue.count());
3739 char counterName[40];
3740 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName());
3741 ATRACE_INT(counterName, connection->waitQueue.count());