Module jdk.jfr
Package jdk.jfr

Annotation Type Timestamp

    • Field Summary

      Fields 
      Modifier and TypeFieldsDescription
      static StringMILLISECONDS_SINCE_EPOCH
      The unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
      static StringTICKS
      The unit for the number of ticks that have transpired since some arbitrary starting date.
    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Stringvalue
      Unit for the time stamp.
    • Field Detail

      • MILLISECONDS_SINCE_EPOCH

        static final String MILLISECONDS_SINCE_EPOCH
        The unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
      • TICKS

        static final String TICKS
        The unit for the number of ticks that have transpired since some arbitrary starting date.
    • Element Detail

      • value

        String value
        Unit for the time stamp.
        Returns:
        time stamp unit, not null
        Default:
        "MILLISECONDS_SINCE_EPOCH"

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部