Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903369

JMH: GC profiler options

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • tools
    • None
    • jmh

      GC profiler has two large parts: measuring allocs and measuring churn. Churn measurement was the first thing implemented in this profiler, and then allocation measurement was added. At this point, churn is seldom used for performance benchmarks, as it is noisy. Additionally, it depends on asynchronous GC notifications, and thus introduces iteration delays to catch up with them.

      We can add options to GC profiler and turn off "churn" by default.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: