类 Profiler

java.lang.Object
com.alibaba.druid.support.profile.Profiler

public class Profiler extends Object
  • 字段详细资料

  • 构造器详细资料

    • Profiler

      public Profiler()
  • 方法详细资料

    • isEnable

      public static boolean isEnable()
    • enter

      public static void enter(String name, String type)
    • current

      public static ProfileEntry current()
    • release

      public static void release(long nanos)
    • getStatsMap

      public static Map<ProfileEntryKey,ProfileEntryReqStat> getStatsMap()
    • initLocal

      public static void initLocal()
    • removeLocal

      public static void removeLocal()