Searched refs:ACTION_LATENCY (Results 1 – 1 of 1) sorted by relevance
45 private static final Pattern ACTION_LATENCY = Pattern.compile("^(?<date>[0-9-]*)\\s+" field in EventsLogParser135 if ((match = matches(ACTION_LATENCY, line)) != null) { in parseLatencyInfo()