src/main/java/org/apache/datasketches/characterization/kll/KllSketchSizeSpeedProfile.java [38:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private static final DefaultMemoryRequestServer memReqSvr = new DefaultMemoryRequestServer();
  private Job job;
  private Properties prop;

  //FROM PROPERTIES
  private int lgMinT;
  private int lgMaxT;
  private int lgMinBpSL;
  private int lgMaxBpSL;
  private String type;
  //For computing the different stream lengths
  private int lgMinSL;
  private int lgMaxSL;
  private int ppoSL;

  private double slope;

  //Target sketch configuration & error analysis
  private int k;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/datasketches/characterization/kll/KllSketchVectorSizeSpeedProfile.java [36:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private static final DefaultMemoryRequestServer memReqSvr = new DefaultMemoryRequestServer();
  private Job job;
  private Properties prop;

  //FROM PROPERTIES
  private int lgMinT;
  private int lgMaxT;
  private int lgMinBpSL;
  private int lgMaxBpSL;
  private String type;
  //For computing the different stream lengths
  private int lgMinSL;
  private int lgMaxSL;
  private int ppoSL;

  private double slope;

  //Target sketch configuration & error analysis
  private int k;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



