/** 移除当前线程中的StopWatch。 */
 public static void remove() {
   StopWatchContext.remove();
 }