Class HighlightingTokenStringProfiler.Statistic

    • Field Detail

      • length

        public final int length
      • linesNumber

        public final int linesNumber
      • tokensSize

        public final int tokensSize
      • updateTime

        public long updateTime
      • highlightingTime

        public long highlightingTime
    • Constructor Detail

      • Statistic

        public Statistic​(int tokensSize,
                         int length,
                         int linesNumber,
                         long updateTime,
                         long highlightingTime)
        Constructor
        Parameters:
        tokensSize - number of highlighting tokens in text
        length - length of text
        linesNumber - number of lines in text
        updateTime - time for update AbstractTokenHighlighting
        highlightingTime - time for highlighting