Class CompilerThread

java.lang.Object
org.adoptopenjdk.jitwatch.model.CompilerThread

public class CompilerThread extends Object
  • Field Details

  • Constructor Details

    • CompilerThread

      public CompilerThread(String threadId, String threadName)
  • Method Details

    • getThreadId

      public String getThreadId()
    • getThreadName

      public String getThreadName()
    • addCompilation

      public void addCompilation(Compilation compilation)
    • getCompilations

      public List<Compilation> getCompilations()
    • clear

      public void clear()
    • getLargestNativeSize

      public int getLargestNativeSize()
    • getLargestBytecodeSize

      public int getLargestBytecodeSize()
    • getEarliestQueuedTime

      public long getEarliestQueuedTime()
    • getLatestNMethodEmittedTime

      public long getLatestNMethodEmittedTime()