static long getLastTiming() { ThreadLocal tl = saveTiming_tl(); if (tl == null) ret -1; Long l = tl.get(); ret l == null ? -1 : l; }