Class DebugSampler

    • Constructor Detail

      • DebugSampler

        public DebugSampler()
    • Method Detail

      • sample

        public SampleResult sample​(Entry e)
        Description copied from interface: Sampler
        Obtains statistics about the given Entry, and packages the information into a SampleResult.
        Specified by:
        sample in interface Sampler
        Parameters:
        e - the Entry (TODO seems to be unused)
        Returns:
        information about the sample
      • isDisplayJMeterVariables

        public boolean isDisplayJMeterVariables()
      • setDisplayJMeterVariables

        public void setDisplayJMeterVariables​(boolean displayJMeterVariables)
      • isDisplayJMeterProperties

        public boolean isDisplayJMeterProperties()
      • setDisplayJMeterProperties

        public void setDisplayJMeterProperties​(boolean displayJMeterPropterties)
      • isDisplaySystemProperties

        public boolean isDisplaySystemProperties()
      • setDisplaySystemProperties

        public void setDisplaySystemProperties​(boolean displaySystemProperties)