Class GCProfiler

    • Constructor Detail

      • GCProfiler

        public GCProfiler()
    • Method Detail

      • getDescription

        public String getDescription()
        Description copied from interface: Profiler
        Human-readable one-line description of the profiler.
        Specified by:
        getDescription in interface Profiler
        Returns:
        description
      • beforeIteration

        public void beforeIteration​(BenchmarkParams benchmarkParams,
                                    IterationParams iterationParams)
        Description copied from interface: InternalProfiler
        Run this code before starting the next benchmark iteration.
        Specified by:
        beforeIteration in interface InternalProfiler
        Parameters:
        benchmarkParams - benchmark parameters used for current launch
        iterationParams - iteration parameters used for current launch