java.lang.Object
com.alipay.sofa.common.profile.diagnostic.Profiler

public final class Profiler extends Object
Version:
$Id: Profiler.java, v 0.1 2017年08月01日 上午11:30 luoguimu123 Exp $
Author:
luoguimu123
  • Constructor Details

    • Profiler

      public Profiler()
  • Method Details

    • start

      public static void start()
    • start

      public static void start(String message)
    • start

      public static void start(Profiler.Message message)
    • reset

      public static void reset()
    • enter

      public static void enter(String message)
    • enter

      public static void enter(Profiler.Message message)
    • release

      public static void release()
    • getDuration

      public static long getDuration()
    • dump

      public static String dump()
    • dump

      public static String dump(String prefix)
    • dump

      public static String dump(String prefix1, String prefix2)
    • getEntry

      public static Profiler.Entry getEntry()